Audit Keyboard Inputs
STREGA opened this issue · 1 comments
STREGA commented
Modifiers as actual keys for keyDown/keyUp
Add media keys (play, pause, etc...)
Add number pad
Differentiate key for controls and character for text input
- Windows
- macOS
- Linux
- iOS/tvOS
- HTML5
Android Deferred #14
STREGA commented
Used X11's keycode, but that is not standardized.
Need to go back and run it through codeToKeysym.
https://www.x.org/releases/X11R7.5/doc/man/man3/XkbKeycodeToKeysym.3.html
Then re audit all the keys.