diff --git a/README.md b/README.md index 1159b0e..d2960ba 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,22 @@ # F13-F24 Key Sender Tool Send keystrokes for F13 to F24 keys via buttons, including with modifiers (Shift, Ctrl, Alt). + Also allows sending custom key codes. + ## Features: - Selectable delay before keys are sent (to give you time to move focus to application you want to send the keystrokes to) - Selectable key hold duration - Choice between two virtual keypress methods: - `SendInput` (Default): Modern, more reliable method for simulating keystrokes. - `keybd_event`: Older method for generating keyboard input in case SendInput doesn't work. +- Send custom key codes in the form of Virtual Keys (VK), raw Scan Codes (SC), or even Unicode characters + - Support for multi-byte unicode emojis that use Zero-Width Joiners (ZWJ) - Release Exe signed with EV code signing certificate (No pop up from Windows about untrusted software) ## Screenshot: - +

+F-Key Sender Window +

## Why?