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