diff options
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 9 |
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 | ||
| 13159 | If t, send events for all keys. | 13159 | If t, send events for all keys. |
| 13160 | 13160 | ||
| 13161 | If a number, send events for the corresponding keysym. When calling | 13161 | If 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 | 13162 | platform dependente. See `llk-keysyms'. |
| 13163 | the numeric values for keysyms. Because this number are platform | ||
| 13164 | dependent, only the variables should be used to refer to a key. For | ||
| 13165 | example, the 'xk-backspace' variable refer to the backspace key, with | ||
| 13166 | the numeric value 0xff08 on X, and the 0x08 on MS-Windows. You can see | ||
| 13167 | all defined variables on the variable `llk-keysyms'. | ||
| 13168 | 13163 | ||
| 13169 | If a symbol, a predefined set of keys is selected. The only currently | 13164 | If a symbol, a predefined set of keys is selected. The only currently |
| 13170 | valid symbol is 'modifiers. | 13165 | valid symbol is 'modifiers. |