forked from kofal.net/zmk
feat(docs): Adding global-quick-tap-ms docs
This commit is contained in:
committed by
Pete Johanson
parent
77eb44ba9b
commit
1e84e265b1
@@ -30,6 +30,7 @@ Combos configured in your `.keymap` file, but are separate from the `keymap` nod
|
||||
- `layers = <0 1...>` will allow limiting a combo to specific layers. This is an _optional_ parameter, when omitted it defaults to global scope.
|
||||
- `bindings` is the behavior that is activated when the behavior is pressed.
|
||||
- (advanced) you can specify `slow-release` if you want the combo binding to be released when all key-positions are released. The default is to release the combo as soon as any of the keys in the combo is released.
|
||||
- (advanced) you can specify `global-quick-tap-ms` much like in [hold-taps](behaviors/hold-tap.md#global-quick-tap-ms). If any key is tapped within `global-quick-tap-ms` before a key in the combo, the key will not be considered for the combo.
|
||||
|
||||
:::info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user