Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 723

KeyCodeInfo

$
0
0
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:
  • 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.
The plugin also supports a HideForce parameter to control when the key information is cleared and includes bang commands to Start and Stop the plugin (which also start or stop a timer to update the Rainmeter skin automatically).

Link:
https://github.com/NSTechBytes/KeyCodeInfo

Statistics: Posted by nstechbytes — Yesterday, 8:00 am — Replies 5 — Views 123



Viewing all articles
Browse latest Browse all 723

Trending Articles