mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-19 20:02:04 +08:00
Improve on-screen keyboard (#2587)
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user