From bfec2c51b57c1531d2a16dc3ea4c2fb805ba76e1 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 10 May 2012 22:37:03 +0900 Subject: [PATCH] do not use menukey as ctrl (in console menukey cant be used --- 20-keyboard.conf | 2 +- xinitrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/20-keyboard.conf b/20-keyboard.conf index b34b743..a894040 100644 --- a/20-keyboard.conf +++ b/20-keyboard.conf @@ -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 diff --git a/xinitrc b/xinitrc index acf792a..25e2b41 100644 --- a/xinitrc +++ b/xinitrc @@ -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'