alt+shortcut sends a ghost `control`(#MenuMaskKey)

Discussion, questions and support.
Post Reply
xxxxx
Posts: 3
Joined: Feb 9th, ’21, 16:56

Post by xxxxx » Dec 6th, ’22, 13:36

hi,
when FastKeys is opened, any shortcut `alt+key` sends a ghost `ctrl`. This interferes with other programs I use (fluentsearch, tvpaint, ...)
from Autohotkey doc, this is related to #MenuMaskKey (https://www.autohotkey.com/docs/command ... askKey.htm and lso https://www.autohotkey.com/board/topic/ ... r-hotkeys/)

is there an option or manual way to change #MenuMaskKey for FastKeys ?
I'd like to set it to `#MenuMaskKey vkE8` in order to stop sending `control` after a shortcut
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Dec 7th, ’22, 22:14

Try adding the #MenuMaskKey command into the Tools/Startup code and let me know if this works for you.
xxxxx
Posts: 3
Joined: Feb 9th, ’21, 16:56

Post by xxxxx » Jan 16th, ’23, 00:16

hey Tom,

sorry for the delayed reply, your suggestion worked, thank you very much for the support !
Post Reply