diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2012-04-03 12:29:03 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2017-03-11 14:02:34 +0000 |
commit | 2122f297b001478e7c225fb0b7e0295e0a3bbd26 (patch) | |
tree | 8546de1e9d4bed81865776a58aef110c41849b2f /man | |
parent | evdev 2.10.5 (diff) | |
download | xf86-input-evdev-2122f297b001478e7c225fb0b7e0295e0a3bbd26.tar.gz xf86-input-evdev-2122f297b001478e7c225fb0b7e0295e0a3bbd26.tar.bz2 xf86-input-evdev-2122f297b001478e7c225fb0b7e0295e0a3bbd26.zip |
code-remap for 2.10.3code-remap-2.10.5
Diffstat (limited to 'man')
-rw-r--r-- | man/evdev.man | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/evdev.man b/man/evdev.man index e39736a..cd90e94 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -262,6 +262,18 @@ Sets the resolution of the device in dots per inch. The resolution is used to scale relative motion events from mouse devices to 1000 DPI resolution. This can be used to make high resolution mice less sensitive without turning off acceleration. If set to 0 no scaling will be performed. Default: "0". +.TP 7 +.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 |