@AkazaRenn commented on GitHub (Apr 10, 2020):
@evilC Run as Admin -> same result; It is placed in Downloads\AutoHotInterception\
@evilC commented on GitHub (Apr 9, 2020):
If the monitor is not working (#60 ) then AHI is fundamentally not working, so this would be expected.
@evilC commented on GitHub (Apr 9, 2020):
So it gets to the end of the AHI constructor (ie completes…
@evilC commented on GitHub (Nov 5, 2020):
I didn't type it wrong did I?
Does the monitor app work for this device? If so, just use the "copy" button in the monitor app to get the IDs of this…
@AkazaRenn commented on GitHub (Apr 9, 2020):
@evilC Tried adding MsgBox around OkCheck(), can confirm it passed OkCheck()
MsgBox, OkCheck
if (this.Instance.OkCheck() != "OK")…
@evilC commented on GitHub (Apr 10, 2020):
Where do you have the AHI files? You didn't put them in Program Files or some other protected folder did you? What happens if you run scripts as admin?
@PotatoJet commented on GitHub (Dec 24, 2019):
#SingleInstance force #include Lib\AutoHotInterception.ahk AHI := new AutoHotInterception() id1 := AHI.GetKeyboardId(0x1C4F,…

