diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2012-04-03 12:29:03 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2015-12-15 15:50:34 +0000 |
commit | 4def94b4df539d98c4ea642bb53d73ce2f55cf5d (patch) | |
tree | 82987c7c4dfbddb6bd52fad1c58bf2e4462def9f /man | |
parent | evdev 2.9.2 (diff) | |
download | xf86-input-evdev-4def94b4df539d98c4ea642bb53d73ce2f55cf5d.tar.gz xf86-input-evdev-4def94b4df539d98c4ea642bb53d73ce2f55cf5d.tar.bz2 xf86-input-evdev-4def94b4df539d98c4ea642bb53d73ce2f55cf5d.zip |
code-remap for 2.9.0code-remap-2.9.2
Thanks to Tristan King <tristan.king@gmail.com> for reminding me to do
it and checking that it works
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 06613fc..08a7995 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -238,6 +238,17 @@ Default: "1". Property: "Evdev Scrolling Distance". .BI "Option \*qDialDelta\*q \*q" integer \*q The amount of motion considered one unit of turning the dial. Default: "1". Property: "Evdev Scrolling Distance". +.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 |