Skip to content

1.1.1

Compare
Choose a tag to compare
@ThioJoe ThioJoe released this 14 Sep 04:23
· 2 commits to main since this release
0657713

🎉🥳 [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.

🟢 1.1.0 → 1.1.1

  • Added proper high DPI support in Windows 10/11, so it shouldn't look crappy and blurry anymore when using scaling

Full Commit History From 1.0.2 to 1.1.1: v1.0.2...v1.1.1