New Ally bindings and Touch Keyboard Support

This commit is contained in:
Serge
2024-01-21 13:31:48 +01:00
parent 6e3fde8537
commit 72dea26fde
6 changed files with 214 additions and 13 deletions

View File

@@ -602,6 +602,9 @@ namespace GHelper.Input
case 56:
KeyProcess("m4");
return;
case 162:
OnScreenKeyboard.Show();
return;
}
}