mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08: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:
@@ -210,6 +210,7 @@ public final class TermuxViewClient implements TerminalViewClient {
|
||||
|
||||
// Writing mode:
|
||||
case 'q':
|
||||
case 'k':
|
||||
mActivity.toggleShowExtraKeys();
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user