mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-06 00:36:32 +08:00
keyboard: fix double space (#36345)
* support multiple characters added add cursor position * fix * remove double space * Revert "fix" This reverts commit c938a52995b6f5343b461f408af5838b78f453d2. * Revert "support multiple characters added add cursor position" This reverts commit d8225a768686a88f2bdaabae6d2a57c541ac7f77.
This commit is contained in:
@@ -19,7 +19,7 @@ DELETE_REPEAT_INTERVAL = 0.07
|
||||
CONTENT_MARGIN = 50
|
||||
BACKSPACE_KEY = "<-"
|
||||
ENTER_KEY = "->"
|
||||
SPACE_KEY = " "
|
||||
SPACE_KEY = " "
|
||||
SHIFT_INACTIVE_KEY = "SHIFT_OFF"
|
||||
SHIFT_ACTIVE_KEY = "SHIFT_ON"
|
||||
CAPS_LOCK_KEY = "CAPS"
|
||||
|
||||
Reference in New Issue
Block a user