In xkeyboard-config gibt es dafür schon eine Definition. Sie können es Ihrer Keymap hinzufügen, indem Sie die altwin:alt_win
Option festlegen .
Mit setxkbmap
:
setxkbmap -option altwin:alt_win [...]
Oder in xorg.conf
:
Section "InputClass" Identifier "keyboard-all" MatchIsKeyboard "on" Driver "evdev" Option "XkbOptions" "altwin:alt_win" EndSection
Oder Sie können die Keymap manuell ändern, indem Sie Folgendes verwenden xmodmap
:
keycode 133 = Alt_L keycode 134 = Alt_R