doc: add information on how to find divertable key names in solaar show output

This commit is contained in:
Peter F. Patel-Schneider 2022-07-08 06:32:53 -04:00
parent 4c54261f91
commit d362a24f17
1 changed files with 3 additions and 1 deletions

View File

@ -85,7 +85,9 @@ notification is their integer argument.
string argument. Alternatively, if the argument is a list `[name, action]` where `action` string argument. Alternatively, if the argument is a list `[name, action]` where `action`
is either `'pressed'` or `'released'`, the key down or key up events of `name` argument are is either `'pressed'` or `'released'`, the key down or key up events of `name` argument are
matched, respectively. Logitech key and button names are shown in the `Key/Button Diversion` matched, respectively. Logitech key and button names are shown in the `Key/Button Diversion`
setting. Some keyboards have Gn, Mn, or MR keys, which are diverted using the 'Divert G Keys' setting. setting. These names are also shown in the output of `solaar show` in the 'reprogrammable keys'
section. Only keys or buttons that have 'divertable' in their report can be diverted.
Some keyboards have Gn, Mn, or MR keys, which are diverted using the 'Divert G Keys' setting.
`Modifiers` conditions take either a string or a sequence of strings, which `Modifiers` conditions take either a string or a sequence of strings, which
can only be `Shift`, `Control`, `Alt`, and `Super`. can only be `Shift`, `Control`, `Alt`, and `Super`.