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

SDL: Use scancodes for keyboard bindings (#905) #2605

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 30, 2022

  1. SDL: Use scancodes for keyboard bindings (mgba-emu#905)

    Core key bindings for SDL >= 2.0 are now independent of the keyboard
    layout. QWERTY users get ZXAS, German users get YXAS, French layouts get
    WXQS, etc. Existing customizations will be ignored, users with
    customized bindings for SDL will get the new defaults and have to create
    a new configuration.
    
    Existing functionality is preserved for SDL 1.x.
    depp committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    90d9503 View commit details
    Browse the repository at this point in the history