#device
Keyboard
→ Layout us variant intl
- é :
altgr+e
- á :
altgr+a
- « :
altgr+[
- » :
altgr+]
- œ :
altgr+k
- æ :
altgr+z
- ' :
altgr+'
- ç :
altgr+,
→ Accents
- à :
altgr + ~ + a
- â :
altgr + 6 + a
→ Change the layout
see see xkeyboard config for reference
$ cat /etc/default/keyboard
XKBMODEL="pc105"
XKBLAYOUT="us"
XKBVARIANT="altgr-intl"
# the goal is to :
# 1. swap alt together
# 2. swap window and ctrl_left
# 3. swap menu and ctrl_right
# 4. swap escape and caps-lock
# third level is usually AltGr
# so seting lv3:lalt_switch means now third level is left alt
# also lv3:ralt_alt means now altGr is simple alt
# now ctrl:swap_lwin_lctl means swap left control and left win
# also ctrl:menu_rctrl means swap menu and right control
XKBOPTIONS="caps:swapescape,ctrl:menu_rctrl,ctrl:swap_lwin_lctl,lv3:lalt_switch,lv3:ralt_alt"
BACKSPACE="guess"
then systemctl restart keyboard-setup
This page was last modified: