Skip to content

Commit

Permalink
add-slash-to uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
ugtthis committed Jan 9, 2025
1 parent 5dd1972 commit 8933f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/qt/widgets/keyboard.cc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Keyboard::Keyboard(QWidget *parent) : QFrame(parent) {
{"Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P"},
{"A", "S", "D", "F", "G", "H", "J", "K", "L"},
{"", "Z", "X", "C", "V", "B", "N", "M", BACKSPACE_KEY},
{"123", " ", ".", ENTER_KEY},
{"123", "/", "-", " ", ".", ENTER_KEY},
};
main_layout->addWidget(new KeyboardLayout(this, uppercase));

Expand Down

0 comments on commit 8933f0b

Please sign in to comment.