1.1.0
🎉🥳 [1.1] New Features
-
Added "Use Custom Code" controls that allows defining exactly which keystroke to send
- Supports Virtual Keys (VK), Scan Codes (SC), and even Unicode characters
- For VK and SC, enter the hex code for the key, and for Unicode enter the Codepoint(s)
- It even has support for multi-byte Unicode emojis that use Zero-Width Joiners (ZWJ)
- For more info about how to use this feature, check out the Wiki (articles in progress)
📈 [1.1] Other Improvements
-
Improved reliability for modifier keys
- Before, the modifier keys were being sent with only the virtual key codes, but now they are sent with both virtual key and scan code flags set. This might not have caused any issues anyway but it's more proper now.
Full Commit History From 1.0.2 to 1.1.0: v1.0.2...v1.1.0