fix tapdance reporting key in wrong order

This commit is contained in:
xs5871
2022-06-18 14:34:10 +00:00
committed by Kyle Brown
parent e829bc83de
commit bb2ddc1e33
2 changed files with 21 additions and 1 deletions

View File

@@ -68,6 +68,12 @@ class TestTapDance(unittest.TestCase):
[{KC.N0}, {KC.N0, KC.N4}, {KC.N4}, {}],
)
keyboard.test(
'Tap x1 interrupted',
[(0, True), (0, False), (4, True), (4, False)],
[{KC.N0}, {KC.N4}, {}],
)
keyboard.test(
'Tap x2, interrupted',
[