From 005c5dcce308ce624d950738f71a2a855dfcb080 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 5 Feb 2011 12:53:25 +0000 Subject: code-remap for 2.6.0 --- man/evdev.man | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'man/evdev.man') diff --git a/man/evdev.man b/man/evdev.man index adb3f8d..8d6e367 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -194,6 +194,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 -- cgit v1.2.3