Introduce toggling system for all keyboards

This commit is contained in:
SerpentSpirale 2021-08-06 23:47:09 +02:00 committed by ArtDev
parent 1f2d599ce5
commit e74fb95f98
3 changed files with 52 additions and 32 deletions

View file

@ -63,7 +63,7 @@ public class MainActivity extends BaseMainActivity {
for(int keycode : button.getProperties().keycodes){
switch (keycode) {
case ControlData.SPECIALBTN_KEYBOARD:
showKeyboard();
switchKeyboardState();
break;
case ControlData.SPECIALBTN_TOGGLECTRL: