ahrm / sioyek

Sioyek is a PDF viewer with a focus on textbooks and research papers
https://sioyek.info/
GNU General Public License v3.0
7.19k stars 236 forks source link

`<C-n>`, `<C-p>`, `<C-j>`, and `<C-k>` do not work to navigate menus #1195

Closed pangdaxing23 closed 4 days ago

pangdaxing23 commented 1 month ago

Using Release 7181c5a463ed4cbeda7ab4937511bdfc836d6c94 on M3 Mac. Can confirm they work in 2.0.0 though. These menu-navigation commands don't seem to be documented anywhere, but they're of course very natural, and <C-n> and <C-p> are even present in most search bars in MacOS.

ahrm commented 1 month ago

Have you configured them in your keys_user.config file? e.g:

control_menu(down) <C-n>
pangdaxing23 commented 1 month ago

I had not! Thanks! I still do not see it in the documentation though. I may have missed it, but if it's not there then it should be added. And I'd also suggest adding these as default keybindings:

control_menu(down) <C-n>
control_menu(down) <C-j>
control_menu(up) <C-p>
control_menu(up) <C-k>