Closed dhong44 closed 3 years ago
Sorry I was wrong this doesn't actually work. I'm not sure of an easy way to fix this 😞
The double tap and hold behaviour is definitely not a trivial behaviour to implement and I generally recommend to enable TAPPING_FORCE_HOLD
anyways so I kept it simple with tap_code
.
The example for non-basic mod-taps works but will only ever send the non-basic key press once. Usually this is fine but if you don't have TAPPING_FORCE_HOLD on, then double tapping should send the non-basic key multiple times. Registering the code solves this.