You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prediction ListView has been mainly tested and enhanced in the Windows edit mode.
Testing in the Emacs and VI edit modes is very minimum as of today. We will need to spend more time improving its user experience in these 2 edit modes, including but not limited to the following items:
It turns out Escape in Emacs edit mode is already bound to ChordFirstKey and that means it's a special key indicating a chord of keys (e.g Escape,f, Escape,d, or even Escape,Ctrl+y). So, we cannot make Escape to work the same as in the Windows edit mode. See details in PredictionViewStyle ListView allow escape out of selection in emacs mode #1932 (comment)
For the user experience of ListView in the Windows edit mode, please see the "Handling of Commonly Used Keys" section in the PR description of #1909 to learn more about the details.
daxian-dbw
added
Issue-Bug
It either shouldn't be doing this or needs an investigation.
and removed
Needs-Triage 🔍
It's a new issue that core contributor team needs to triage.
labels
Nov 5, 2020
Uh oh!
There was an error while loading. Please reload this page.
The prediction
ListView
has been mainly tested and enhanced in theWindows
edit mode.Testing in the
Emacs
andVI
edit modes is very minimum as of today. We will need to spend more time improving its user experience in these 2 edit modes, including but not limited to the following items:Make Escape in the
Emacs
edit mode to break out of the list view just like in theWindows
edit mode. (PredictionViewStyle ListView allow escape out of selection in emacs mode #1932)Emacs
edit mode is already bound toChordFirstKey
and that means it's a special key indicating a chord of keys (e.g Escape,f, Escape,d, or even Escape,Ctrl+y). So, we cannot make Escape to work the same as in theWindows
edit mode. See details in PredictionViewStyle ListView allow escape out of selection in emacs mode #1932 (comment)Make
HistorySearchBackward
andHistorySearchForward
behave similarly toPreviousHistory
andNextHistory
-- able to sense a list view is present and navigate in the list instead of history in that case. (PredictionViewStyle allow combined List and Inline or keybinding to adhoc turn use the List view #1933 (comment))HistorySearchBackward
andHistorySearchForward
able to navigate the prediction list view #3144The text was updated successfully, but these errors were encountered: