Disable Office Key

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
foguetes
Posts: 19
Joined: 19 Oct 2018, 04:58

Disable Office Key

05 Sep 2019, 02:04

The WIndows 10 May 2019 update added a shortcut for Office 365 launcher.

The launcher opens up when I press Winkey + T

This shortcut was previously assigned to the Trello app.

I was able to disable the launcher app by going into the WindowsApps folder and changing the OfficeHub folder name.

However, when I press the same key combination now, this url is opened in my browser: https www.office.com /?from=OfficeKey Broken Link for safety

How could I disable this and return the hotkey to its previous function?
gregster
Posts: 9002
Joined: 30 Sep 2013, 06:48

Re: Disable Office Key

05 Sep 2019, 14:06

Did you try to simply run Trello with this key combo?
#t::run insertPathToTrello
GEV
Posts: 1002
Joined: 25 Feb 2014, 00:50

Re: Disable Office Key

05 Sep 2019, 16:21

The #IfWin directive is useful when a particular program ignores a key (- combination) or performs some action you find undesirable.
Try this

Code: Select all

#IfWinNotActive WinTitle that cannot ever exist ahk_class WinClass
	#t::run PathToTrello
#IfWinNotActive

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, Fredrik F, maxkill, RandomBoy, ShatterCoder and 397 guests