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:
Fredrik Fornwall 2019-01-21 00:52:24 +01:00
parent ad1ce585d9
commit 7f4df8328c
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ public final class TermuxViewClient implements TerminalViewClient {
// Writing mode:
case 'q':
case 'k':
mActivity.toggleShowExtraKeys();
break;
}