Add remap options
[platform/adaptation/xf86-misc-odroidu3.git] / arm-e4412 / xorg.conf.d / input.conf
1 Section "ServerFlags"
2         Option "AllowEmptyInput" "true"
3         Option "AutoAddDevices" "true"
4         Option "AutoEnableDevices" "true"
5 EndSection
6
7 Section "InputClass"
8         Identifier "evdev touchscreen catchall"
9         MatchIsTouchScreen "on"
10         MatchDevicePath "/dev/input/event*"
11         Driver "evdevmultitouch"
12         Option "MultiTouch"     "10"
13 EndSection
14
15 Section "InputClass"
16         Identifier "evdev pointer catchall"
17         MatchIsPointer "on"
18         MatchDevicePath "/dev/input/event*"
19         Driver "evdev"
20 EndSection
21
22 Section "InputClass"
23         Identifier "evdev keyboard catchall"
24         MatchIsKeyboard "on"
25         MatchDevicePath "/dev/input/event*"
26         Driver "evdev"
27         Option "event_key_remap" "354=177 352=104 412=173 402=238 403=237 377=235"
28 EndSection
29
30 Section "InputDevice"
31         Identifier "Gesture"
32         Driver  "gesture"
33         Option  "Device"        "/dev/null"
34 EndSection