mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-14 06:52:08 +08:00
@@ -224,7 +224,7 @@ class GuiApplication:
|
||||
for layout in KEYBOARD_LAYOUTS.values():
|
||||
all_chars.update(key for row in layout for key in row)
|
||||
all_chars = "".join(all_chars)
|
||||
all_chars += "-✓"
|
||||
all_chars += "–✓"
|
||||
|
||||
codepoint_count = rl.ffi.new("int *", 1)
|
||||
codepoints = rl.load_codepoints(all_chars, codepoint_count)
|
||||
|
||||
Reference in New Issue
Block a user