Changed to use of "released"
parent
f3fbf1c898
commit
ff756a2bbc
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue