Архівний
1
0
Графік комітів

6 Коміти

Автор SHA1 Повідомлення Дата
tmk
0f768fc84b 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)  ~~~____~~~~
2013-10-03 12:40:33 +09:00
tmk
8f45848fd3 Fix Tapping: release of a key pressed before tap
- immediately process release event of a key pressed before tapping
2013-09-18 15:02:44 +09:00
tmk
6994b6d364 Fix tapping count over flow(issue #52) 2013-07-29 22:18:42 +09:00
tmk
254d83ddba Cancel tapping when interrupted by other key 2013-07-21 03:21:57 +09:00
tmk
2ebc123c22 Use dprint and dprintf for debug 2013-05-14 16:19:40 +09:00
tmk
d2d06ebf5f Add action_tapping.[ch] for refactoring 2013-03-29 02:46:05 +09:00