diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2012-04-03 12:29:03 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2013-10-06 16:03:35 +0100 |
commit | 11e71bfc6044c9562cd9c3110f051dc966516413 (patch) | |
tree | 94e24b78575e24402769d3f84d5a9256949f8301 /man | |
parent | evdev 2.8.1 (diff) | |
download | xf86-input-evdev-code-remap-2.8.1.tar.gz xf86-input-evdev-code-remap-2.8.1.tar.bz2 xf86-input-evdev-code-remap-2.8.1.zip |
code-remap for 2.8.1code-remap-2.8.1
Diffstat (limited to 'man')
-rw-r--r-- | man/evdev.man | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/evdev.man b/man/evdev.man index 220dd13..899b02f 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -226,6 +226,17 @@ Specify the X Input 1.x type (see XListInputDevices(__libmansuffix__)). There is rarely a need to use this option, evdev will guess the device type based on the device's capabilities. This option is provided for devices that need quirks. +.BI "Option \*qevent_key_remap\*q \*q" "integer=integer ..." \*q +Specifies a set of mappings for key events; the number on the +left-hand side of the equal sign must be an evdev keycode (look it up +with +.B "showkey -k" +; it can be between 0 and 65535), the number on the right-hand side of +the equal sign must be an X11 keycode (look it up in the +.B "__projectroot__/share/X11/xkb/keycodes/evdev" +file; it can be between 8 and 255). Integers can be specified as in C +source files (base-10, base-8 if they start with 0, base-16 if they +start with 0x). .SH SUPPORTED PROPERTIES The following properties are provided by the |