Replies: 1 comment 4 replies
-
There is a proposal fixing this (#2134). However, there seems to be no interest by the maintainers to pursuing this. To quote one:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Unlike the Shift key which causes non-trivial problems, the AltGr key has the sole role of allowing additional characters to be typed. I would like that in the interpretation of key bindings, the AltGr key and the non-modifier key are combined according to the active keyboard layout, before the application of the modifier keys (Super, Ctrl, Alt, and possibly Shift).
Concrete use case: with the French layout Ergo-L,
AltGr
+r
=+
andAltGr
+t
=-
, and this is the only way to get these two characters on a 50% (or less) keyboard. It would therefore be very appreciated ifSuper
+AltGr
+t
were interpreted asSuper
+(AltGr
+t
) =Super
+-
(set-column-width "-10%" by default). It would even be possible to adopt for consistency theSuper
++
shortcut for set-column-width "+10%", especially since the character r and t (and therefore + and - with AltGr) are side by side on Ergo‑L.Note that the COSMIC applications don’t do this, but the GNOME and KDE applications do. Firefox also does this, but Discord doesn’t.
Beta Was this translation helpful? Give feedback.
All reactions