Is there available some .dll files (for both platforms, x32 and x64)? Or a .rmskin package, including the plugin as well as an example skin would be much better.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").
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).
- 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 balala — Yesterday, 6:44 pm