I'm not a typist and work a lot with mouse & Control key + various shortcuts.
I've always had trouble with the Apps Key (I'm left handed so working with right Ctrl) - if I hit it by mistake I have to go all the way to the other end of the keyboard and hit escape to get rid of the context menu. This gets annoying if you do it often ...
Lately I discovered that Shift+F10 also shows the context menu
but it toggles itSo I present to you
my first AHK script
Appskey::+F10
which changes the apps key to Shift+F10 so it can toggle the menu on & off
My problem is Shift+F10 doesnt work in the programme where I really wanted this to work (Freehand, but I want to keep the script anyways for other programmes)
So,
is there an easy way to exclude any particular programme from this script ?