diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2012-04-03 12:29:03 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2012-11-17 11:06:12 +0000 |
commit | b4ff5456962a6bfde64911f7942a243e32a631ef (patch) | |
tree | 317461187be9a7b513283d0c918553eff4caf395 /man/evdev.man | |
parent | evdev 2.7.3 (diff) | |
download | xf86-input-evdev-b4ff5456962a6bfde64911f7942a243e32a631ef.tar.gz xf86-input-evdev-b4ff5456962a6bfde64911f7942a243e32a631ef.tar.bz2 xf86-input-evdev-b4ff5456962a6bfde64911f7942a243e32a631ef.zip |
code-remap for 2.7.0
Diffstat (limited to 'man/evdev.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 2709d7a..0c7bcee 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -220,6 +220,18 @@ is mapped to the negative Y axis motion and button number .I N2 is mapped to the positive Y axis motion. Default: "4 5". Property: "Evdev Wheel Emulation Axes". +.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 |