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
When selecting a highlighted item, the tab key (and shift-tab) move sequentially between all items on the screen.
It appears that the down and up arrow keys do the same thing. And the left and right arrow keys move the cursor
My expectation was that the arrow keys would navigate between selections spatially (i.e. left arrow would move to the item directly to the left, rather than move the cursor). This would ease moving along tabs, menu items, lists, etc.
The text was updated successfully, but these errors were encountered:
left/right could be added but then you can't use them to modify the text in the input. up/down are overridden coz they're useless anyways in a single line Text Field.
i pondered whether i should go spatially or following macOS native tab navigation when i started Wooshy. ultimately i decided to go with the macOS tab way. could be an option to have it spatially too. much more work though, so that wouldn't be for now.
also, have you checked the MANUAL? https://github.com/godbout/Wooshy.docs#manual
is there a chance that you don't narrow your search down enough? the goal of Wooshy is more to type to your target (at least as much as possible) rather than navigating the tons of targets.
When selecting a highlighted item, the tab key (and shift-tab) move sequentially between all items on the screen.
It appears that the down and up arrow keys do the same thing. And the left and right arrow keys move the cursor
My expectation was that the arrow keys would navigate between selections spatially (i.e. left arrow would move to the item directly to the left, rather than move the cursor). This would ease moving along tabs, menu items, lists, etc.
The text was updated successfully, but these errors were encountered: