From d362a24f1729a5235c0b4831f85ea985bd489204 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Fri, 8 Jul 2022 06:32:53 -0400 Subject: [PATCH] doc: add information on how to find divertable key names in solaar show output --- docs/rules.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/rules.md b/docs/rules.md index ce110d89..69c0ad1f 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -85,7 +85,9 @@ notification is their integer argument. 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 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 can only be `Shift`, `Control`, `Alt`, and `Super`.