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

[V0.10] Fix AltGr on Spanish keyboard #3313

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

matt335672
Copy link
Member

Fixes #3292

  1. The AltGr key (key113) is mapped to XK_ALT_R rather than XK_ISO_Level3_Shift
  2. The Alt key (key64) is mapped with XK_Down rather than XK_Alt_L

This is for v0.10 only - the keys are mapped correctly in the TOML file for the devel branch.

Repair a couple of minor problems with the Spanish keyboard definition
over tigervnc:-
1) The AltGr key (key113) is mapped to XK_ALT_R rather than
   XK_ISO_Level3_Shift
2) The Alt key (key64) is mapped with XK_Down rather than XK_Alt_L
@matt335672 matt335672 linked an issue Nov 15, 2024 that may be closed by this pull request
@matt335672 matt335672 merged commit fc290d7 into neutrinolabs:v0.10 Nov 15, 2024
13 checks passed
@matt335672 matt335672 deleted the v0_10_fix_spanish_altgr branch November 15, 2024 14:42
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.

AltGr mapped incorrectly on Spanish keyboard
2 participants