Actions
Codes[ < Keycode >, < Keycode >, … ] Emits the given key codes at the same time. See Keycodes.html for all available key codes.
Sequence[ < Action > ; < Action > ] Emits the given actions one after the other. Sequences are currently not nestable and are only tested with Code actions. Note: The separator between actions inside sequences is a semicolon.
Shift
Can be triggered by a long_tap
and is only usefull if a tap
action exists. It triggers the tap action and emits the key code of the shift key at the same time. This is used to emit capitalized letters on a long tap.
ChangeLayer( < layer name > )
Activates the layer with the given name as long as the trigger (tap
or hold
) is active.
ResetKeyboard Resets the keyboard.