Restore keyboard input into terminal view when toggling extra-keys slider input with VOL_UP+q

Check #1420 for details.
This commit is contained in:
agnostic-apollo 2021-03-06 18:27:57 +05:00
parent ada5087f67
commit 395759cc0a
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ public final class TermuxViewClient implements TerminalViewClient {
case 'q':
case 'k':
mActivity.toggleShowExtraKeys();
mVirtualFnKeyDown=false; // force disable fn key down to restore keyboard input into terminal view, fixes termux/termux-app#1420
break;
}