mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 11:09:49 +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:
|
// Writing mode:
|
||||||
case 'q':
|
case 'q':
|
||||||
|
case 'k':
|
||||||
mActivity.toggleShowExtraKeys();
|
mActivity.toggleShowExtraKeys();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user