Ich habe jetzt viele Seiten über das Thema gefunden, und noch mehr Möglichkeiten mit probiert, aber alles bisher erfolglos. ☹
Hier noch ein paar weitere Angaben:
~$ xmodmap -pm
xmodmap: up to 4 keys per modifier, (keycodes in parentheses):
shift Shift_L (0x32), Shift_R (0x3e)
lock Shift_L (0x32)
control Control_L (0x25), Control_R (0x69)
mod1 Alt_L (0x40), Meta_L (0xcd)
mod2 Num_Lock (0x4d)
mod3
mod4 Super_L (0x85), Super_R (0x86), Super_L (0xce), Hyper_L (0xcf)
mod5 ISO_Level3_Shift (0x5c), Mode_switch (0xcb)
~$ xmodmap -pke
...
keycode 133 = Super_L NoSymbol Super_L
keycode 134 = Super_R NoSymbol Super_R
...
~$ cat /etc/default/keyboard
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="cymotionlinux"
#XKBMODEL="pc105"
XKBLAYOUT="de"
XKBVARIANT="nodeadkeys"
XKBOPTIONS="lv3:ralt_switch,compose:rwin,terminate:ctrl_alt_bksp"
#XKBOPTIONS="lv3:ralt_switch,terminate:ctrl_alt_bksp"
BACKSPACE="guess"
~$xev
...
KeyPress event, serial 40, synthetic NO, window 0x7200001,
root 0x4e3, subw 0x7200002, time 2562926, (32,38), root:(1770,67),
state 0x10, keycode 134 (keysym 0xffec, Super_R), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
...
Ich wäre echt dankbar, wenn mir jemand sagen könnte, wie ich erreiche, dass
a) das sich Menü nur beim Drücken der linken Windows-Taste öffnet
b) die rechte Windows-Taste das @ ausgibt.