Explorar el Código

menu key treated as rctrl

pull/1/head
10sr hace 12 años
padre
commit
4fba8af256
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      xinitrc

+ 1
- 1
xinitrc Ver fichero

@@ -2,7 +2,7 @@ test "`hostname`" == "arch-aspireone" &&
setxkbmap -model "acer_laptop" -layout "jp" # this line must comes first

setxkbmap -option "ctrl:nocaps"
xmodmap -e 'keycode 135 = Alt_R Meta_R' # menu key as alt
setxkbmap -option "ctrl:menu_rctrl"
xmodmap -e 'keycode 101 = Alt_R Meta_R' # hiragana key as alt
#xmodmap -e 'remove Lock = Caps_Lock'
#xmodmap -e 'add Control = Caps_Lock'


Cargando…
Cancelar
Guardar