diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-07-19 08:12:33 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-07-19 08:12:33 +0200 |
commit | 8e33f26445860b48471d3f8694d6e0da4753df29 (patch) | |
tree | fddfc96a2c4fe5686c09269efc6ad8f71f31f30c /doc | |
parent | info: add protocol map-keyboard-leds (diff) | |
download | mds-8e33f26445860b48471d3f8694d6e0da4753df29.tar.gz mds-8e33f26445860b48471d3f8694d6e0da4753df29.tar.bz2 mds-8e33f26445860b48471d3f8694d6e0da4753df29.tar.xz |
mds-kkbd m fix + add LED remapping
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/mds.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index a002c0e..4b6048e 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -1946,10 +1946,10 @@ LED names are @code{num}, @code{caps} and @code{scrl}, and also @code{compose} and SPARC machines. The swap, for example @key{Caps Lock}'s LED and @key{Num Lock}'s LED, start @command{mds-kkbd} with -@option{--led caps=num} and @option{--led num=caps}. +@option{--led=caps=num} and @option{--led=num=caps}. You can also use an index instead of a name, for -example @option{--led caps=0}, but not -@option{--led 0=caps}. The index must be a +example @option{--led=caps=0}, but not +@option{--led=0=caps}. The index must be a non-negative integer. The server's behaviour is undefined if the used value does not map to a real LED. @@ -3622,7 +3622,7 @@ LED:s: @key{Num lock} @item caps @key{Caps lock} -@item scroll +@item scrl @key{Scroll lock} @item compose @key{Compose} |