We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213f6ab commit 2c4a341Copy full SHA for 2c4a341
src/rmkit/ui/keyboard.cpy
@@ -101,7 +101,7 @@ namespace ui:
101
self.set_layout(
102
"1234567890",
103
"-/:;() &@\"",
104
- " ,.?!' "
+ " ,.?!'"
105
)
106
107
void symbol_layout():
@@ -110,7 +110,7 @@ namespace ui:
110
111
"[]{}#%^*+=",
112
"_\\|~<> $ ",
113
114
115
116
void set_layout(string row1chars, row2chars, row3chars):
0 commit comments