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

View File

@@ -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;
} }