Commit Graph

6 Commits

Author SHA1 Message Date
MMP0 67fb0a09b7
Fix improper string formatting 2022-08-08 21:05:52 +09:00
osy a143b30bd2 keycode: fix numpad divide scancode 2021-10-24 14:36:11 -07:00
osy 2b6e271dae keycode: swap grave and section key on ISO layout
macOS swaps these two keys on ISO keyboards.

Fixes #3175
2021-10-24 14:32:41 -07:00
osy e05ebae4c1 keycode: add num pad keys 2021-10-23 15:49:53 -07:00
ktprograms b18f787f48 Add kVK_Function scan code (0x00 for no-op)
This fixes #3179 because the force unwrap of the scan code was failing.
2021-10-16 10:02:03 +08:00
conath 9f04795d65 Finish implementation of sendText URL Action
Rewrite KeyCode to ScanCode mapping
Rename UTF8ToKeyCode to KeyCodeMap
Add ASCII Control Codes support in URL sendText parameter for ctrl-shortcuts
2021-08-19 02:34:28 +02:00