Now that I got the plugin working (thanks jsmorley), have to ask:
- 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.
- Is there any difference between ShowCode=0 and ShowCode=2? This last option has not been described in the above list and I couldn't find such a difference. So is there any?
- For any ShowCode above 4 (ShowCode=8 for instance, but not just), the plugin seems to act as with ShowCode=0. Am I right?
Statistics: Posted by balala — Yesterday, 7:29 pm — Replies 5 — Views 98