GNU bug report logs -
#48136
28.0.50; [feature/pgtk] ISO_Level5_Shift broken
Previous Next
Reported by: "Elia Nolz" <gnu-emacs <at> lycheese.org>
Date: Sat, 1 May 2021 11:32:02 UTC
Severity: normal
Found in version 28.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Addendum:
I just tried if the same applied to terminal Emacs by launching it with `emacs -nw` and it does not (presumably because Super and Hyper are not passed from the terminal emulator to Emacs itself).
I was able to work around the bug by using `(define-key key-translation-map (kbd "H-<down>") (kbd "<down>"))` etc. for all ISO_Level5 keys but that is a bit too cluncky and static for my tastes. Is there a way to just translate every "H-" binding to just not have the modifier applied? Is there a list of all possible keys Emacs accepts and that I can use to just `map` over the `define-key` statement.
xmodmap output:
```
xmodmap: up to 3 keys per modifier, (keycodes in parentheses):
shift Shift_L (0x32), Shift_R (0x3e)
lock Shift_L (0x32)
control Control_L (0x40), Control_R (0x69)
mod1 Alt_L (0x85), Meta_L (0xcd)
mod2 BadKey (0xcf)
mod3 ISO_Level5_Shift (0xcb)
mod4 Super_L (0x25), Super_R (0x86), Super_L (0xce)
mod5 ISO_Level3_Shift (0x5c)
```
[Message part 2 (text/html, inline)]
This bug report was last modified 3 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.