I am having trouble getting either of the following to work:
VKFF & a::^a
SC163 & a::^a
This fails with "invalid hotkey" if I try to run the script. The scan code alone works just fine
SC163::^a
I am guessing there is a syntax issue... Any help would be much appreciated!
EDIT:
#InstallKeybdHook
SC163 & a::
Send, ^a
KeyHistory
return