Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Single tap mod keys #62

Open
gilescope opened this issue Jun 13, 2021 · 1 comment
Open

Request: Single tap mod keys #62

gilescope opened this issue Jun 13, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@gilescope
Copy link

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?

@TeXitoi
Copy link
Owner

TeXitoi commented Jun 13, 2021

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

@TeXitoi TeXitoi added the enhancement New feature or request label Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants