Hold chord to hold down modifier #1320
user202729
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(currently just an idea. I don't need this very frequently. If I end up implement this I might post in this discussion)
Occasionally, I would need to, for example, hold down Ctrl while drag and drop with the mouse.
Currently this is not possible to do with the steno keyboard.
With the new locking keys feature (#1278) it's possible, but is quite cumbersome -- you need to remember to press another chord to release it)
Idea:
time[A]
milliseconds, let the machine plugin send the chorddown_chord[A]
.initial_delay_time[A]
milliseconds, if the chord is still held, repeatedly send a chordhold_chord[A]
.up_chord[A]
.Of course this is not possible with some machines (keyboards) that use serial protocol, but most such machines
can emulate a NKRO keyboard just as well.
Beta Was this translation helpful? Give feedback.
All reactions