Open Phundrak opened 2 years ago
As reported in https://github.com/stumpwm/stumpwm/issues/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.
xlib:modifier-mapping
Steps to reproduce:
us
setxkbmap
(ql:quickload :clx) (let ((display (xlib:open-display ""))) (xlib:modifier-mapping display))
108
fr
es
I am very unfamiliar with Xorg programming, so I have no idea where this issue might come from. Any idea?
As reported in https://github.com/stumpwm/stumpwm/issues/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:
us
withsetxkbmap
108
corresponding to AltGr is here.fr
ores
withsetxkbmap
(some if not all variants offr
are also affected)108
does not appear in the outputI am very unfamiliar with Xorg programming, so I have no idea where this issue might come from. Any idea?