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

xlib:modifier-mapping not listing AltGr as modifier some non US layouts #190

Open
Phundrak opened this issue Dec 1, 2021 · 0 comments
Open

Comments

@Phundrak
Copy link

Phundrak commented Dec 1, 2021

As reported in stumpwm/stumpwm#936, the function xlib:modifier-mapping does not list AltGr (code 108) as a modifier when either a French or the default Spanish layout is set. More could be affected by this issue.

Steps to reproduce:

  • Set keyboard to us with setxkbmap
  • Execute the following code in SBCL:
(ql:quickload :clx)
(let ((display (xlib:open-display "")))
  (xlib:modifier-mapping display))
  • See the code 108 corresponding to AltGr is here.
  • Set keyboard to fr or es with setxkbmap (some if not all variants of fr are also affected)
  • Execute the same code in SBCL
  • The code 108 does not appear in the output

I am very unfamiliar with Xorg programming, so I have no idea where this issue might come from. Any idea?

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

No branches or pull requests

1 participant