diff options
-rw-r--r-- | conf/input.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/input.conf b/conf/input.conf index 75f0f06..54159e0 100644 --- a/conf/input.conf +++ b/conf/input.conf @@ -1,7 +1,7 @@ # [InputDevice] - define input device information to control event # InputDeviceType=string # - define input device type to distinguish input devices. -# Available input device type - keyboard/mouse/custom_knob +# Available input device type - keyboard/mouse/touchscreen/custom_knob # InputDeviceId=integer # - define an integer to control input device event node. # This id number is exist under the /sys/class/input/input(id) path. @@ -34,4 +34,10 @@ #InputDeviceType=mouse #InputDeviceId=5 #InputDeviceName=mouse1 +#InputDeviceDefault=yes + +#[InputDevice] +#InputDeviceType=touchscreen +#InputDeviceId=8 +#InputDeviceName=touchscreen1 #InputDeviceDefault=yes
\ No newline at end of file |