bobarry / m2tklib

Automatically exported from code.google.com/p/m2tklib
0 stars 0 forks source link

key auto repeat #117

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
after a delay, repeat char as long as the key is pressed.

Original issue reported on code.google.com by olikr...@gmail.com on 6 Sep 2013 at 8:05

GoogleCodeExporter commented 8 years ago
this could be moved to event handler, create reference implementation
delay_time
repeat_time

Algorithm:
as long as button is pressed
1. send press button for delay_time/2
2. send no button pressed for delay_time/2
3. send press button for repeat_time/2
4. send no button pressed for repeat_time/2
5. goto 3

Original comment by olikr...@gmail.com on 22 Oct 2013 at 9:34

GoogleCodeExporter commented 8 years ago
will be implemented with issue 123

Original comment by olikr...@gmail.com on 4 Nov 2013 at 4:59

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 4 Nov 2013 at 5:00