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
Tofi already loops back to the first entry when pressing Down arrow while last entry is selected, but the same doesn't happen in reverse.
While not that useful in run or drun modes, it would be a really nice addition for custom menus that have a moderate amount of entries, eg. a logout menu with shutdown, logout, reboot, hibernate, etc.
I don't see it hurting usability being the de facto behavior, but having an option to enable / disable it would be totally fine as well.
The text was updated successfully, but these errors were encountered:
This actually used to be how it was done, and I think that's the "correct" behaviour. See my comment at #21 (comment) for why it's done the way it is now.
Basically, having pagination of results and the ability to jump to the last result in horizontal mode implies quite a lot of extra complexity, due to the varying width of results. In vertical mode, it's trivial, as every result is the same height.
Having said that, I feel that there might be some way to special-case jumping to the last result. I'll think about it.
Tofi already loops back to the first entry when pressing Down arrow while last entry is selected, but the same doesn't happen in reverse.
While not that useful in
run
ordrun
modes, it would be a really nice addition for custom menus that have a moderate amount of entries, eg. a logout menu withshutdown
,logout
,reboot
,hibernate
, etc.I don't see it hurting usability being the de facto behavior, but having an option to enable / disable it would be totally fine as well.
The text was updated successfully, but these errors were encountered: