keyboard: fix double space (#36345)

* support multiple characters added add cursor position

* fix

* remove double space

* Revert "fix"

This reverts commit c938a52995.

* Revert "support multiple characters added add cursor position"

This reverts commit d8225a7686.
pull/36357/head
David 6 days ago committed by GitHub
parent 0c64818f52
commit f290fb1e05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      system/ui/widgets/keyboard.py

@ -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"

Loading…
Cancel
Save