docs: better information on diverting keys, etc., to trigger rules
This commit is contained in:
parent
d80b2b1651
commit
0736dd3164
|
@ -19,13 +19,15 @@ Windows mode.
|
||||||
|
|
||||||
Solaar's rules only trigger on HID++ notifications so device actions that
|
Solaar's rules only trigger on HID++ notifications so device actions that
|
||||||
normally produce HID output need rule processing have to be first be set to
|
normally produce HID output need rule processing have to be first be set to
|
||||||
this mode. Currently Solaar can set (divert) some mouse scroll wheels, some
|
produce HID++ notifications instead of their normal behavior (diverted).
|
||||||
mouse thumb wheels, the crown of Craft keyboards, and some keys and buttons to produce
|
Currently Solaar can divert some mouse scroll wheels, some
|
||||||
HID++ notifications. Look for `HID++` or `Diversion` settings to see what
|
mouse thumb wheels, the crown of Craft keyboards, and some keys and buttons.
|
||||||
diversion can be done with your devices.
|
|
||||||
If the scroll wheel, thumb wheel, crown, key, or button is
|
If the scroll wheel, thumb wheel, crown, key, or button is
|
||||||
not diverted by setting the appropriate setting then no HID++ notification is
|
not diverted by setting the appropriate setting then no HID++ notification is
|
||||||
generated so rules will not be triggered by manipulating the wheel, crown, key, or button.
|
generated so rules will not be triggered by manipulating the wheel, crown, key, or button.
|
||||||
|
Look for `HID++` or `Diversion` settings to see what
|
||||||
|
diversion can be done with your devices.
|
||||||
|
|
||||||
Running Solaar with the `-dd`
|
Running Solaar with the `-dd`
|
||||||
option will show information about notifications, including their feature
|
option will show information about notifications, including their feature
|
||||||
name, report number, and data.
|
name, report number, and data.
|
||||||
|
|
Loading…
Reference in New Issue