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
As we don't want mac-specific delays in the codebase, we could fix this by adding a tap-duration-ms parameter to hold-taps so mac users can configure the key-up delay to 100ms so the capslock key is triggered properly. Also add an example in the docs with this specific example.
The text was updated successfully, but these errors were encountered:
Macs don't register capslock if capslock is pressed and released too quickly.
also see tmk/tmk_keyboard#390 / https://beta.docs.qmk.fm/developing-qmk/qmk-reference/config_options TAP_HOLD_CAPS_DELAY
As we don't want mac-specific delays in the codebase, we could fix this by adding a
tap-duration-ms
parameter to hold-taps so mac users can configure the key-up delay to 100ms so the capslock key is triggered properly. Also add an example in the docs with this specific example.The text was updated successfully, but these errors were encountered: