@PotatoJet commented on GitHub (Oct 14, 2019):
The installing interception on windows 10 is the difficult part. Despite running command prompt as an admin, it will error that is can't write to…
@evilC commented on GitHub (Oct 13, 2019):
What do you mean by "Set up"? All you do is install interception, download AHI, copy one DLL into a folder, then run the example script
@evilC commented on GitHub (Oct 13, 2019):
AFAIK, It can do everything that Intercept can do, and more Plus, you do not need to wrap keystrokes in keystrokes (No need to use F24 to wrap keys)
@evilC commented on GitHub (Oct 11, 2019):
There's no point in using AHI and UCR, as UCR already has it's own Interception implementation.
AHI is for using Interception from AutoHotkey, which…
@Switchcrafter commented on GitHub (Oct 14, 2019):
The installing interception on windows 10 is the difficult part. Despite running command prompt as an admin, it will error that is can't write…
@machomuchacho commented on GitHub (Oct 11, 2019):
Thank you, I guess I was getting it wrong^^
@evilC commented on GitHub (Sep 28, 2019):
AHI.SendKeyEvent(KEYBOARD, GetKeySC(key), sflag == "Down" ? 1 : 2)
Press is 1, release is 0. 2 will do nothing.
So you will only ever press the…