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;