mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
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:
@@ -212,6 +212,7 @@ public final class TermuxViewClient implements TerminalViewClient {
|
|||||||
case 'q':
|
case 'q':
|
||||||
case 'k':
|
case 'k':
|
||||||
mActivity.toggleShowExtraKeys();
|
mActivity.toggleShowExtraKeys();
|
||||||
|
mVirtualFnKeyDown=false; // force disable fn key down to restore keyboard input into terminal view, fixes termux/termux-app#1420
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user