robinhedwards / A8PicoCart

UnoCart on a Raspberry Pi Pico clone
124 stars 22 forks source link

Hotkeys and PageUp / PageDown functionality #7

Open AlecVoid opened 11 months ago

AlecVoid commented 11 months ago

Hi Robin,

first my thanks for this great project!

I would like to propose three things.

  1. "ESC" for "Find" and "B" for "Parent Directory" is somewhat counterintuitive. How about "?" for "Find" and "ESC" for "Parent Directory"?

  2. I feel like scrolling forwards and backwards page by page with "Arrow-Right" (and ">" Key) / "Arrow-Left" (and "<" key) be a nice addition for more usability.

  3. If you remove any normal A-Z character from having a special associated action, you could let the user "jump" to the respective letter. i.e. The user presses "H" and the list jumps to the first entry beginning with the letter "H" (like "H.E.R.O." .. love that game!).

Regards, Alex.

marcowy commented 2 months ago

Good ideas!