Add remap options
[platform/adaptation/xf86-misc-odroidu3.git] / 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"