Browse Source

do not use menukey as ctrl (in console menukey cant be used

pull/1/head
10sr 12 years ago
parent
commit
bfec2c51b5
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      20-keyboard.conf
  2. +1
    -1
      xinitrc

+ 1
- 1
20-keyboard.conf View File

@@ -5,5 +5,5 @@ Section "InputClass"
MatchIsKeyboard "yes"
# Option "XkbModel" "acer_laptop"
# Option "XkbLayout" "jp"
Option "XkbOptions" "ctrl:nocaps,ctrl:menu_rctrl"
Option "XkbOptions" "ctrl:nocaps"
EndSection

+ 1
- 1
xinitrc View File

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

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


Loading…
Cancel
Save