Making the autosuggest popup more keyboard friendly #1059
Replies: 2 comments 3 replies
-
Aaahh.. On that specific one... Often the thing i want is right at the bottom, and the up-arrow to go to the end is a super useful shortcut to get there. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Does increasing the minimum match length setting help with any of this? I do not think I had realized that the side-arrows are captured! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think when this pops up it should be easier to ignore it without doing anything dramatic, and without having to move hands away from general keyboard positions
At the very least, I think it should operate seamlessly if it is clear that the user doesn't want the offering right now. So:
If at the top of the list, up-arrow should close the list and move one line up in the note not cycle through the list with no means of escape (other than pressing escape)
If at the bottom of the list, down-arrow should close the list and move one line down in the note
Space should close the list and insert a space
Likewise for right-arrow, left-arrow
if I am typing a word like du.... it is reasonable for the list to persist
but if I type dungeon the list should not be there at all after the first few letters
and so on
Most of the time it is fairly non-obtrusive because the typing continues in the note -- but the capture of forward and back arrows, and up and down arrows when not necessary should be eliminated for a better experience
Beta Was this translation helpful? Give feedback.
All reactions