Improve on-screen keyboard (#2587)

old-commit-hash: 119cb1e0ff
commatwo_master
grekiki 5 years ago committed by GitHub
parent 51711af7ff
commit 5d6c00b64e
  1. 3
      selfdrive/ui/qt/offroad/keyboard.cc

@ -113,5 +113,8 @@ void Keyboard::handleButton(QAbstractButton* m_button){
if(!QString::compare(m_button->text(),"")){
main_layout->setCurrentIndex(0);
}
if("A" <= id && id <= "Z"){
main_layout->setCurrentIndex(0);
}
emit emitButton(m_button->text());
}

Loading…
Cancel
Save