Open regicidalplutophage opened 1 year ago
Describe the bug
holdtap = HoldTap() holdtap.tap_time = 500 LCTL = KC.HT(KC.F, KC.LCTRL, prefer_hold=True, tap_interrupted=True) RCTL = KC.HT(KC.J, KC.RCTRL, prefer_hold=True, tap_interrupted=True)
This works like one would think it would.
LCTL = KC.HT(KC.F, KC.LCTRL, prefer_hold=True, tap_interrupted=True, tap_time = 500) RCTL = KC.HT(KC.J, KC.RCTRL, prefer_hold=True, tap_interrupted=True, tap_time = 500)
This doesn't
To Reproduce
RCTL
LCTL
f
Expected behavior Output should be ctrl+f
ctrl+f
Debug output If applicable, add debug output from the serial console to help explain your problem.
Additional context This was tested both with master and #740
Describe the bug
This works like one would think it would.
This doesn't
To Reproduce
RCTL
, tapLCTL
within tap time.f
Expected behavior Output should be
ctrl+f
Debug output If applicable, add debug output from the serial console to help explain your problem.
Additional context This was tested both with master and #740