evilC / AutoHotInterception

An AutoHotkey wrapper for the Interception driver
MIT License
708 stars 64 forks source link

Pause / Break showing as Numlock #55

Open evilC opened 4 years ago

evilC commented 4 years ago

Reported here

evilC commented 4 years ago

The newly released v0.5.0 now includes a ScanCodeTester to help me investigate issues such as this
This one is a bit of a mind-bender to fix, due to the way Interception reports ScanCodes and states under the hood. this should help me investigate and fix
At the moment, there appears to be a bit of a bug in AHK that is hampering me here (Specifically with NumLock, what are the chances ?) so I may wait until that is resolved before proceeding further