mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Toggle the extra keys view with VolumeUp+K
Using K as a shortcut for toggling extra Keyboard probably makes more sense than VolumeUp+Q, although we support both for now.
This commit is contained in:
parent
ad1ce585d9
commit
7f4df8328c
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ public final class TermuxViewClient implements TerminalViewClient {
|
|||
|
||||
// Writing mode:
|
||||
case 'q':
|
||||
case 'k':
|
||||
mActivity.toggleShowExtraKeys();
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue