Skip to content

Commit 7f4df83

Browse files
committed
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.
1 parent ad1ce58 commit 7f4df83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/termux/app/TermuxViewClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public boolean onCodePoint(final int codePoint, boolean ctrlDown, TerminalSessio
210210

211211
// Writing mode:
212212
case 'q':
213+
case 'k':
213214
mActivity.toggleShowExtraKeys();
214215
break;
215216
}

0 commit comments

Comments
 (0)