From 6964f67504049c756c8ad7e96a43479b6bf61194 Mon Sep 17 00:00:00 2001 From: Clive Galway Date: Thu, 13 Jan 2022 22:33:51 +0000 Subject: [PATCH] Update ScanCodeChecker notes --- C#/AutoHotInterception/ScanCodeChecker.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/C#/AutoHotInterception/ScanCodeChecker.cs b/C#/AutoHotInterception/ScanCodeChecker.cs index 08b014f..a4929f4 100644 --- a/C#/AutoHotInterception/ScanCodeChecker.cs +++ b/C#/AutoHotInterception/ScanCodeChecker.cs @@ -5,8 +5,9 @@ using AutoHotInterception.Helpers; namespace AutoHotInterception { /* - * Tool to check Scan Codes and Press / Release states - */ + Tool to check Scan Codes and Press / Release states + Note that these are raw scancodes and states as they come from Interception. Some keys (eg extended code keys) will not match AHK key codes! + */ public class ScanCodeChecker { private readonly IntPtr _deviceContext;