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

Tap keys #29

Open
amclain opened this issue Jul 1, 2020 · 1 comment
Open

Tap keys #29

amclain opened this issue Jul 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@amclain
Copy link
Member

amclain commented Jul 1, 2020

We would like to be able to support tap keys. This is when a key is pressed multiple times in quick succession, and registers as a different AFK event than the key's default.

For example, when holding the left shift key, the default behavior is to send the HID event that the shift key is pressed, which will result in any following letters that are pressed to be capitalized (expected behavior). However, when left shift is tapped twice in quick succession, it registers as a different AFK event which the application uses to send the HID events for an open parenthesis ( to be typed. A user of this keyboard could use tap keys bound to left and right shift to open and close parenthesis when writing code.

@doughsay
Copy link
Member

doughsay commented Jul 6, 2020

@doughsay doughsay added the enhancement New feature or request label Sep 30, 2020
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