Commit Graph

267 Commits

Author SHA1 Message Date
Clive Galway
50784ea295 Remove keyboard code from PollThread 2022-01-15 18:46:22 +00:00
Clive Galway
187f559d02 Add RemoveContextCallback, fix CreateContextManager dupe checking, Add DisableFilterIfNeeded() 2022-01-15 18:23:23 +00:00
Clive Galway
392ac98ba1 SetDeviceFilterState no longer called on a keyboard, it decides for itself 2022-01-15 17:51:30 +00:00
Clive Galway
6d96cbfb5b Add SetContextCallback 2022-01-15 17:46:03 +00:00
Clive Galway
a6fa803e81 Add SubscribeKeyboard / UnsubscribeKeyboard 2022-01-15 17:35:33 +00:00
Clive Galway
6ed28dc69c Add UnsubscribeKey 2022-01-15 16:39:54 +00:00
Clive Galway
b08098f38b Replace FilteredDevices dictionary with call to DeviceHandler.IsFiltered() 2022-01-15 16:29:38 +00:00
Clive Galway
835fc71764 SubscribeKey POC 2022-01-15 16:05:06 +00:00
Clive Galway
41d61fd3d7 Create device handlers interface and keyboard and mouse handlers 2022-01-15 15:26:34 +00:00
Clive Galway
1d326e33d9 Add spreadsheet with notes on scancodes 2022-01-15 14:36:59 +00:00
Clive Galway
35c22fd906 Allow blocking for ScanCodeChecker 2022-01-15 14:36:36 +00:00
Clive Galway
e0cddebae9 Update Changelog for 0.6.0 2022-01-14 17:54:01 +00:00
Clive Galway
6964f67504 Update ScanCodeChecker notes 2022-01-13 22:33:51 +00:00
Clive Galway
c908516efe Update TabletTester to work with TestDevices 2022-01-13 22:27:13 +00:00
Clive Galway
c52a72e343 Update ScanCodeChecker to use TestDevices 2022-01-13 22:21:45 +00:00
Clive Galway
066688c8bb Update Mouse testers to use TestDevices 2022-01-13 22:13:00 +00:00
Clive Galway
a57e693a88 Update KeyboardTester to use TestDevices / AhkKeys 2022-01-13 22:01:55 +00:00
Clive Galway
cff6770756 Update KeyboardKeyTester to use TestDevice / AhkKeys 2022-01-13 21:51:05 +00:00
Clive Galway
7158b1e0ce Fix for issues with SetState introduced by moving to Wait 2022-01-13 21:43:55 +00:00
Clive Galway
f9fcf425b4 Update Program.cs 2022-01-13 21:41:47 +00:00
Clive Galway
db6edd71b4 Update ScanCodeChecker to be compatible with new ScanCodeTester 2022-01-13 21:39:40 +00:00
Clive Galway
f7075bbe28 Add ToDo with reminder of other things that need fixing 2022-01-13 21:38:34 +00:00
Clive Galway
c6d187eda4 Remove superfluous list from ScanCodeTester 2022-01-13 21:38:04 +00:00
Clive Galway
8b82b800bd Add new SetStateTester, AhkKeys, TestDevices classes t TestApp 2022-01-13 21:37:29 +00:00
Clive Galway
eac8781566 Update CHANGELOG.md 2021-07-04 19:39:26 +01:00
Clive Galway
da6da97fd4 Fix WaitWithTimeout wrapping 2021-05-28 00:03:32 +01:00
Clive Galway
9f7ec5d030 ReSharper rename vars, set / unset _pollThreadRunning 2021-05-27 20:57:14 +01:00
Clive Galway
385088909f Remove debugging, unused var 2021-05-27 20:50:57 +01:00
Clive Galway
b4c6d1de87 Change ScanCodeChecker to use interception_wait, remove MultimediaTimer 2021-05-27 20:45:57 +01:00
Clive Galway
e97e4ef12b Use CancellationToken to start/stop thread, add start/stop to MouseTester 2021-05-27 20:25:08 +01:00
Clive Galway
8f4539ac95 POC for using interception_wait instead of polling 2021-05-27 19:39:08 +01:00
Clive Galway
4464da7f7d Update RollMouse.ahk 2021-05-27 19:35:32 +01:00
Clive Galway
5a14ddca60 Add RollMouse 2020-11-02 19:10:50 +00:00
Clive Galway
55763f926a Changelog for 0.5.3 2020-05-15 10:40:01 +01:00
Clive Galway
bb5cdb472a
Merge pull request #66 from evilC/hotfix/issue-65
Fix #65
2020-05-14 17:21:35 +01:00
Clive Galway
3f3cc5b61c Fix #65 2020-05-14 16:46:05 +01:00
Clive Galway
d355f16cef Merge branch 'master' of https://github.com/evilC/AutoHotInterception 2020-04-29 17:41:51 +01:00
Clive Galway
8077370d8d Changelog for 0.5.2 2020-04-29 17:41:27 +01:00
Clive Galway
6d9fb79e08
Update README.md 2020-04-29 17:40:01 +01:00
Clive Galway
a7842583b8 Pack DLLs inside compiled EXE 2020-04-29 17:36:27 +01:00
Clive Galway
f70941f32a Changelog for 0.5.1 2020-04-10 20:35:46 +01:00
Clive Galway
b9d3500a71
Merge pull request #63 from evilC/hotfix/issue-62
Hotfix/issue 62
2020-04-10 20:33:02 +01:00
Clive Galway
6db0e288f0 Update CHANGELOG.md 2020-04-10 20:31:34 +01:00
Clive Galway
b59e58b30e Fix #62 2020-04-10 20:28:51 +01:00
Clive Galway
8e10292f18 Support compiled scripts 2019-12-30 09:00:38 +00:00
Clive Galway
3bc79019c2
Update README.md 2019-12-15 22:22:22 +00:00
Clive Galway
98e39a9b65 Changelog for 0.5.0 2019-12-15 22:08:20 +00:00
Clive Galway
4a27101b29 Add ScanCodeTester 2019-12-15 22:06:41 +00:00
Clive Galway
3a390d46c9 Rename SubscribeAll 2019-11-14 21:56:30 +00:00
Clive Galway
1fe7adfd7a Update CHANGELOG.md 2019-11-14 21:35:15 +00:00