jthlim / javelin_steno_script

6 stars 5 forks source link

One Shot Keys / Sticky Keys #2

Closed evanjrowley closed 2 months ago

evanjrowley commented 2 months ago

Are there any examples of something like ZMK sticky keys / QMK one shot keys in javelin script?

jthlim commented 2 months ago

Not in any default scripts. This could be done by pressing e.g. shift during press and setting a flag, then using a central press handler that checks that flag to automatically release the shift key.

This will be provided at some stage in the future in the visual editor.