mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-08 14:32:06 +08:00
keyboard: fix backspace (#21602)
* fix styling and backspace * global for InputDialog * revert
This commit is contained in:
@@ -120,7 +120,7 @@ void Keyboard::handleButton(QAbstractButton* btn) {
|
||||
if (!QString::compare(key, "#+=")) {
|
||||
main_layout->setCurrentIndex(3);
|
||||
}
|
||||
if (!QString::compare(key, BACKSPACE_KEY)) {
|
||||
if (!QString::compare(key, ENTER_KEY)) {
|
||||
main_layout->setCurrentIndex(0);
|
||||
}
|
||||
if ("A" <= key && key <= "Z") {
|
||||
|
||||
Reference in New Issue
Block a user