mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 22:53:57 +08:00
keyboard: replace backtick with apostrophe (#23104)
* Replace existing symbol with apostrophe Without `'`, I cannot type my WiFi password... though it might be time to rotate it. * Replace extra bactic with apostrophe Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
@@ -126,7 +126,7 @@ Keyboard::Keyboard(QWidget *parent) : QFrame(parent) {
|
||||
std::vector<QVector<QString>> specials = {
|
||||
{"[","]","{","}","#","%","^","*","+","="},
|
||||
{"_","\\","|","~","<",">","€","£","¥","•"},
|
||||
{"123",".",",","?","!","`",BACKSPACE_KEY},
|
||||
{"123",".",",","?","!","'",BACKSPACE_KEY},
|
||||
{"ABC"," ",".",ENTER_KEY},
|
||||
};
|
||||
main_layout->addWidget(new KeyboardLayout(this, specials));
|
||||
|
||||
Reference in New Issue
Block a user