keyberon icon indicating copy to clipboard operation
keyberon copied to clipboard

Request: Single tap mod keys

Open gilescope opened this issue 3 years ago • 1 comments

I am guessing I am not the only one to want to try this. Specifically I would like to try it on shift as that is the most commonly used modifier.

Maybe the easist way to do this is detect if a shift is pressed and relesed but no other key strokes have occured in the meantime. That would not require any timings. If that was detected we could wrap the next keystroke down with a shift down before and a shift up immediately after. no need I would think to wait till the pressed key had arrisen.

Thoughts?

gilescope avatar Jun 13 '21 13:06 gilescope

Yup, a new "sticky" action, with something as you describe: if released before anything is pressed, release after the next key press.

TeXitoi avatar Jun 13 '21 13:06 TeXitoi