You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, whenleft 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.The text was updated successfully, but these errors were encountered: