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

[3.x] Fix non-latin layout scancodes on Linux, adds access to physical scancodes. #46764

Merged

Commits on May 6, 2021

  1. Add physical_scancode (keyboard layout independent keycodes) to Inp…

    …utEventKey and InputMap.
    
    Fix non-latin keyboard layout keycodes on Linux/X11 (fallback to physical keycodes).
    bruvzg committed May 6, 2021
    Configuration menu
    Copy the full SHA
    dab4cf3 View commit details
    Browse the repository at this point in the history
  2. [HTML5] Add support for physical_keycode.

    This uses the `event.code` value to retrieve the physical code, while
    still using the extra logic to map the unicode value to our keylist,
    when computing the `scancode` (supporting ASCII and Latin-1).
    Faless authored and bruvzg committed May 6, 2021
    Configuration menu
    Copy the full SHA
    8740e95 View commit details
    Browse the repository at this point in the history