No GUI for these yet. The arguments are like the arguments for changing device settings. For example the following rule in rules.yaml would input an a when the Host Switch Channel 2 key is pressed, but only if the caps lock key is disabled.
---
- Key: [Host Switch Channel 2, pressed]
- Setting: [null, disable-keyboard-keys, 1, false]
- KeyPress: [a]
...