aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 4bf02a06696..f5e9dc40a33 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -13158,13 +13158,8 @@ The value configures the set of keys that are handled:
13158 13158
13159If t, send events for all keys. 13159If t, send events for all keys.
13160 13160
13161If a number, send events for the corresponding keysym. When calling 13161If a number, send events for the corresponding keysym. This numbers are
13162`llk-init', a set of variables with the xk- prefix is initialized with 13162platform dependente. See `llk-keysyms'.
13163the numeric values for keysyms. Because this number are platform
13164dependent, only the variables should be used to refer to a key. For
13165example, the 'xk-backspace' variable refer to the backspace key, with
13166the numeric value 0xff08 on X, and the 0x08 on MS-Windows. You can see
13167all defined variables on the variable `llk-keysyms'.
13168 13163
13169If a symbol, a predefined set of keys is selected. The only currently 13164If a symbol, a predefined set of keys is selected. The only currently
13170valid symbol is 'modifiers. 13165valid symbol is 'modifiers.