KeyCodeInfo is a Rainmeter plugin written in C# that captures keyboard events and displays key information in various formats. It supports multiple output modes such as:
Link:
https://github.com/NSTechBytes/KeyCodeInfo
- Decimal Mode (ShowCode=1): Displays the key code as a decimal number.
- Hexadecimal Mode (ShowCode=3): Displays the key code in hexadecimal format (e.g., "0x4A").
- Friendly Name Mode (ShowCode=0): Displays a friendly key name (e.g., "Space", "CapsLock", "Shift").
- Key Combination Mode (ShowCode=4): Detects and displays the currently pressed keys as a combination (e.g., "Ctrl + Alt + A") in the order the keys were pressed.
Link:
https://github.com/NSTechBytes/KeyCodeInfo
Statistics: Posted by nstechbytes — Yesterday, 8:00 am — Replies 5 — Views 123