Skip to content

Commit 395759c

Browse files
Restore keyboard input into terminal view when toggling extra-keys slider input with VOL_UP+q
Check #1420 for details.
1 parent ada5087 commit 395759c

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
@@ -212,6 +212,7 @@ public boolean onCodePoint(final int codePoint, boolean ctrlDown, TerminalSessio
212212
case 'q':
213213
case 'k':
214214
mActivity.toggleShowExtraKeys();
215+
mVirtualFnKeyDown=false; // force disable fn key down to restore keyboard input into terminal view, fixes termux/termux-app#1420
215216
break;
216217
}
217218

0 commit comments

Comments
 (0)