feat(terminal): add two-row floating keyboard buttons for common commands (mobile only) (#13876)

* feat(terminal): add two-row floating keyboard buttons for common commands (mobile only)

* Fix missing newline at end of pl.rs

Add missing newline at the end of the file.
This commit is contained in:
alonginwind
2025-12-28 15:41:25 +08:00
committed by GitHub
parent 969ea28d06
commit 3384eda8b7
51 changed files with 247 additions and 30 deletions

View File

@@ -146,6 +146,10 @@ class TerminalModel with ChangeNotifier {
}
}
Future<void> sendVirtualKey(String data) async {
return _handleInput(data);
}
Future<void> closeTerminal() async {
if (_terminalOpened) {
try {