srwi / EverythingToolbar

Everything integration for the Windows taskbar.
Other
9.49k stars 412 forks source link

Feature: Selection wrapping around from bottom to top #302

Open ThePython10110 opened 1 year ago

ThePython10110 commented 1 year ago

Preflight Checklist

Problem Description

In a lot of apps (including Windows search, Chrome search, PowerToys Run, Flow Laucher, etc.), you can press "up" at the top to go to the bottom of the list, and "down" at the bottom to get to the top.

Proposed Solution

I think it would be great to add that option to this already amazing tool. Just a checkbox in the preferences to turn it on or off would be great.

Alternatives Considered

The only alternative is... not doing it.

Additional Information

I'm running Windows 10, so make sure it works there.

srwi commented 1 year ago

I really like this idea. Currently you can use the Home and End keys to scroll to the top or bottom but you will see that scrolling to the very bottom will trigger a new search query of another batch of 100 results. So you see that there must be a change in behavior for that to work as expected.

I would probably have to find a way to get rid of searching in batches for this to work.

siebenmeister commented 1 year ago

I really like this idea. Currently you can use the Home and End keys to scroll to the top or bottom but you will see that scrolling to the very bottom will trigger a new search query of another batch of 100 results. So you see that there must be a change in behavior for that to work as expected.

I would probably have to find a way to get rid of searching in batches for this to work.

i like that idea too. maybe the buttons can just have the same functionality like the home and end keys?