Changed to use of "released"

John Erling Blad 2022-09-09 21:23:05 +02:00
parent f3fbf1c898
commit ff756a2bbc
1 changed files with 2 additions and 2 deletions

@ -46,7 +46,7 @@ On the first machine (“alpha”) a file is created as `~/.config/solaar/rules.
```yaml ```yaml
%YAML 1.3 %YAML 1.3
--- ---
- Key: [Host Switch Channel 2, pressed] - Key: [Host Switch Channel 2, released]
- Rule: - Rule:
- Active: 123456AB - Active: 123456AB
- Set: [123456AB, change-host, 1] - Set: [123456AB, change-host, 1]
@ -68,7 +68,7 @@ The file on the second machine (“beta”) is created as
```yaml ```yaml
%YAML 1.3 %YAML 1.3
--- ---
- Key: [Host Switch Channel 1, pressed] - Key: [Host Switch Channel 1, released]
- Rule: - Rule:
- Active: 123456AB - Active: 123456AB
- Set: [123456AB, change-host, 0] - Set: [123456AB, change-host, 0]