implement more efficient/intuitive shortcut for movement (or location) selection in movement (or location) dialog #344
Labels
good first issue
Good for newcomers
GUI only
Work on this issue might reference data structures, but won't affect them.
(low priority)
If you type in a search term in the movement (or location) selector dialog, and then from the dropdown list choose the path you want by either (a) using arrow keys and "enter" or (b) clicking with the mouse, your choice is selected in the combobox but not yet populated in the list of selected paths in the right-hand panel.
Then the user has to additionally prese the rightarrow key in order to confirm the selected path and add it to the right-hand list.
But! I think instead, this should be done either (a) automatically when the path is selected, or (b) using a more intuitive keyboard shortcut (enter, for example?).
I think (a) is the more intuitive option here, and (b) was definitely feeling tricky when I first tried poking at it ages ago (see Note 1 below). So... let's see if we can make (a) happen? :)
Note 1: When I first tried setting enter as the confirmation key, I was having difficulty intercepting 'enter' signals from the keyboard and responding in a custom manner, before/instead of passing it upward to be dealt with by the system.
Note 2: This issue is a revamped version of #32 , which was created long enough ago that much of the discussion is now irrelevant/confusing.
The text was updated successfully, but these errors were encountered: