You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
355 B
YAML
26 lines
355 B
YAML
default:
|
|
impulse a: 'alias'
|
|
impulse b: ['alias']
|
|
impulse c:
|
|
key: value
|
|
|
|
hold d: 'alias'
|
|
hold e: ['alias']
|
|
hold f:
|
|
key: value
|
|
|
|
toggle g: 'alias'
|
|
toggle h: ['alias']
|
|
toggle i:
|
|
key: value
|
|
|
|
double j: 'alias'
|
|
double k: ['alias']
|
|
double l:
|
|
key: value
|
|
|
|
repeat m: 'alias'
|
|
repeat n: ['alias']
|
|
repeat o:
|
|
key: value
|