Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit Keyboard Inputs #7

Closed
5 tasks done
STREGA opened this issue Jun 1, 2023 · 1 comment
Closed
5 tasks done

Audit Keyboard Inputs #7

STREGA opened this issue Jun 1, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@STREGA
Copy link
Contributor

STREGA commented Jun 1, 2023

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 STREGA added the enhancement New feature or request label Jun 1, 2023
@STREGA STREGA added this to the GateEngine v0.1.0 milestone Jun 2, 2023
@STREGA STREGA changed the title Overhaul Keyboard Inputs Audit Keyboard Inputs Jun 2, 2023
@STREGA STREGA closed this as completed Jun 5, 2023
@STREGA STREGA reopened this Jun 7, 2023
@STREGA
Copy link
Contributor Author

STREGA commented Jun 7, 2023

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.

@STREGA STREGA closed this as completed Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant