RPi double keyboard press when editing GPS coordinates
Posted: Sun Jul 10, 2022 2:11 pm
When editing the GPS coordinates for autoX start/finish position in the Racetrack menu, there is a double button press from the kivy keyboard. This happens with the current Raspberry Pi 2.3.0 app, and happened with the previous version. So if I hit 5 on the virtual kivy keyboard 55 appears in the coordinates. If I hit backspace it deletes two characters, not just one. I've tried to be super quick on the button press, but that doesn't seem to help.
Is there some kivy setting for distinguishing between single and multiple button presses? Or maybe which registers a button hold as continuous entries of that key?
I'm guessing it's one of these tokens in the kivy config.ini, but I can't find good documentation how these work:
keyboard_repeat_delay = 300
keyboard_repeat_rate = 30
double_tap_distance = 20
double_tap_time = 250
I've found some discussions which seem to suggest it's an input device configuration problem, not those keyboard and double tap tokens.
https://github.com/kivy/kivy/issues/425 ... -742271243
Is there some kivy setting for distinguishing between single and multiple button presses? Or maybe which registers a button hold as continuous entries of that key?
I'm guessing it's one of these tokens in the kivy config.ini, but I can't find good documentation how these work:
keyboard_repeat_delay = 300
keyboard_repeat_rate = 30
double_tap_distance = 20
double_tap_time = 250
I've found some discussions which seem to suggest it's an input device configuration problem, not those keyboard and double tap tokens.
https://github.com/kivy/kivy/issues/425 ... -742271243