IvanMathy / Boop

A scriptable scratchpad for developers. In slow yet steady progress.
https://boop.okat.best
MIT License
3.77k stars 347 forks source link

Feature Request: Add Ctrl+N/P for navigation #225

Open korgoth opened 3 years ago

korgoth commented 3 years ago

When you have more than one suggestion in the scripts list it would be nice to be able to navigate with something other than the arrow keys. The ability to navigate the scripts menu using Ctrl+N for Next and Ctrl+P for Previous would be very cool. They are Vim like and are quite common across macOS.

Does anyone else agree with me and how hard would that be to implement?

dabing1022 commented 3 years ago

https://github.com/IvanMathy/Boop/pull/238

also you can use tab or control + n to select down, use shift + tab or control + p to select up