diff options
author | Diego Nieto Cid <dnietoc@gmail.com> | 2010-08-26 22:10:56 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-08 14:36:21 -0300 |
commit | 5b83423a2d12829debf7581e8717e20965475f89 (patch) | |
tree | de8084f17493712e6c5c57043b8f01d60dff846c | |
parent | ee22e696e86c29a6320ce22b6add83e8a6121924 (diff) |
Document new options.
* console-client/xkb/README: Updated.
-rw-r--r-- | console-client/xkb/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/console-client/xkb/README b/console-client/xkb/README index 0b249242..5dfc229b 100644 --- a/console-client/xkb/README +++ b/console-client/xkb/README @@ -81,6 +81,12 @@ non-default configuration these options exists: --ctrlaltbs : CTRL+Alt+Backspace will exit the console client. --no-ctrlaltbs : CTRL+Alt+Backspace will not exit the console client. +--repeat-delay : The number of jiffies the driver should wait before + starting to repeat keys. By default this is 50 jiffies. + +--repeat-interval : The number of jiffies the driver should wait + between each repeated key. By default this is 10 jiffies. + By default console switching, etc. is not possible. I wrote some XKB extensions and configuration files to use these extensions. You can |