Fix some old holdtap inconsistencies

This commit is contained in:
xs5871
2023-03-15 20:59:03 +00:00
committed by xs5871
parent 26bf630608
commit ba06d3c8a5
3 changed files with 11 additions and 12 deletions

View File

@@ -172,7 +172,7 @@ class TestHoldTap(unittest.TestCase):
'chained 1',
[(2, True), (1, True), (0, True), (0, False), (1, False), (2, False)],
[
{KC.LCTL},
{KC.LSFT},
{KC.LCTL, KC.LSFT},
{KC.LCTL, KC.LSFT, KC.N0},
{KC.LCTL, KC.LSFT},
@@ -224,7 +224,7 @@ class TestHoldTap(unittest.TestCase):
'chained 5',
[(3, True), (1, True), (0, True), (0, False), (1, False), (3, False)],
[
{KC.LCTL},
{KC.N3},
{KC.LCTL, KC.N3},
{KC.LCTL, KC.N3, KC.N0},
{KC.LCTL, KC.N3},