mirror of https://github.com/zmkfirmware/zmk.git
refactor(pointing): Allow stopping event propagation
Allow input processors to return a special value if a given input event
should not be further processed/propagated.
feat(pointing): Add behavior input processor
Add the ability to intercept certain input events and trigger behaviors
when they occur.
Co-authored-by: Jorge Villalobos <minusfive@users.noreply.github.com>
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| backlight | ||
| ble | ||
| caps-word | ||
| combo | ||
| conditional-layer | ||
| gresc | ||
| hold-tap | ||
| key-repeat | ||
| keypress | ||
| keytoggle | ||
| macros | ||
| mod-morph | ||
| modifiers | ||
| momentary-layer | ||
| none | ||
| pointing | ||
| sticky-keys | ||
| tap-dance | ||
| to-layer | ||
| toggle-layer | ||
| transparent | ||
| wpm | ||