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

Convert from keysym to scancode key handling #13

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

Conversation

wasamasa
Copy link
Contributor

The graphical shell has rather weird keyboard handling, on a QWERTY-US layout I cannot even type (+ 1 1). I've switched the responsible code from keysyms to scancodes to enforce a consistent QWERTY-US layout, but can change it to the presumably customized QWERTZ-DE layout if you wish.

@mntmn
Copy link
Owner

mntmn commented Nov 10, 2016

looks good, thank you! i will test it asap.

@mntmn
Copy link
Owner

mntmn commented Nov 10, 2016

btw related #7

@wasamasa
Copy link
Contributor Author

Ah nice, didn't spot that one. How would one do keyboard layout configuration after that kind of change?

@wasamasa
Copy link
Contributor Author

I realized that this isn't ideal for a few reasons:

  • No keypad handling
  • Inconsistent with the USPI keyboard handling which defaults to qwerty-UK

I will need to do tests with a proper keyboard for the former and some more hacking for the latter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants