]> git.gir.st - tmk_keyboard.git/commit
Fix Tapping: release key immediately but modifier #65
authortmk <nobody@nowhere>
Wed, 2 Oct 2013 08:49:25 +0000 (17:49 +0900)
committertmk <nobody@nowhere>
Thu, 3 Oct 2013 03:40:33 +0000 (12:40 +0900)
commit8819cf6bb1da487de9bef9b01ee434fbdf710d4d
treecd15000fb03aaef3d4e83095c87061c1794da1c2
parenta0f9c1fb4fc86c37353b5298c7a4d8d68b368d8c
Fix Tapping: release key immediately but modifier #65

- See https://github.com/tmk/tmk_keyboard/issues/60
- **Except for modifiers** a key pressed before the tapping starts should be released immediately
- 'Mod-Tap key'(like shift-;) didn't work from this fix: 4d0b3aa Fix Tapping: release of a key pressed before tap
This key sequence should register ':', not ';'. With the fix Shift is
released before settlement of tapping, this registers ';'.
    Shift   ~~___~~~~~~~
    ;(Tap)  ~~~____~~~~
common/action_tapping.c
common/keyboard.h
Imprint / Impressum