Add remap options 81/35181/3 accepted/tizen/tv/20150210.141321 submit/tizen_tv/20150210.105747
authorJeong-Hyun Kang <jhyuni.kang@samsung.com>
Tue, 10 Feb 2015 08:19:36 +0000 (17:19 +0900)
committerJeong-Hyun Kang <jhyuni.kang@samsung.com>
Tue, 10 Feb 2015 08:27:34 +0000 (17:27 +0900)
Change-Id: Idc10d6a892c5e5157bdc9bb3240c3e3ed117d565

arm-e4412/xorg.conf.d/input.conf

index c7dce7f..d208df6 100755 (executable)
@@ -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"