We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1ce58 commit 7f4df83Copy full SHA for 7f4df83
1 file changed
app/src/main/java/com/termux/app/TermuxViewClient.java
@@ -210,6 +210,7 @@ public boolean onCodePoint(final int codePoint, boolean ctrlDown, TerminalSessio
210
211
// Writing mode:
212
case 'q':
213
+ case 'k':
214
mActivity.toggleShowExtraKeys();
215
break;
216
}
0 commit comments