Skip to content

Releases: ThioJoe/F-Key-Sender

1.1.2

26 Sep 00:25
9ccdd0c
Compare
Choose a tag to compare

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

  • Added support for Unicode code points above U+100000. Should now properly handle all Unicode characters. ( #6 )
  • Also no longer crashes if trying to send individual surrogate pair code points.

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.2

1.1.1

14 Sep 04:23
0657713
Compare
Choose a tag to compare

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

1.1.0

09 Sep 03:47
4b2df58
Compare
Choose a tag to compare

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

1.0.2

08 Jul 18:01
8b7ccb2
Compare
Choose a tag to compare

🟢 1.0.1 → 1.0.2 -- Fixes:

  • Fixed potential issue where if the user closed the window or pressed the cancel button while the key was virtually being held down, it would never be released

1.0.0 → 1.0.1 -- Fixes:

  • Fixed bug where cancel button would be disabled after the first time it was used.

1.0.1

06 Jul 00:40
a16f5b4
Compare
Choose a tag to compare

🟢 1.0.0 → 1.0.1 -- Fixes:

  • Fixed bug where cancel button would be disabled after the first time it was used.

1.0.0

30 Jun 02:15
8aab82f
Compare
Choose a tag to compare

Initial Release