old-commit-hash: 119cb1e0ff
119cb1e0ff
@ -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"){
emit emitButton(m_button->text());