From 887c060dd77cd6342aae642e203e3d164bf0979a Mon Sep 17 00:00:00 2001 From: Jeong-Hyun Kang Date: Tue, 10 Feb 2015 17:19:36 +0900 Subject: [PATCH] Add remap options Change-Id: Idc10d6a892c5e5157bdc9bb3240c3e3ed117d565 --- arm-e4412/xorg.conf.d/input.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arm-e4412/xorg.conf.d/input.conf b/arm-e4412/xorg.conf.d/input.conf index c7dce7f..d208df6 100755 --- a/arm-e4412/xorg.conf.d/input.conf +++ b/arm-e4412/xorg.conf.d/input.conf @@ -13,17 +13,18 @@ Section "InputClass" EndSection Section "InputClass" - Identifier "evdev pointer catchall" + Identifier "evdev pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "evdev" -EndSection +EndSection -Section "InputClass" - Identifier "evdev keyboard catchall" +Section "InputClass" + Identifier "evdev keyboard catchall" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "evdev" + Option "event_key_remap" "354=177 352=104 412=173 402=238 403=237 377=235" EndSection Section "InputDevice" -- 2.7.4