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.18k stars 236 forks source link

Navigating the TOC #1025

Closed nikinbaidar closed 7 months ago

nikinbaidar commented 7 months ago

I notice that in the TOC menu I can only move up and down with the arrow keys. I tried tracing the functions bound to these in the keys.conf but it wasn't there. I want to bind and to move up/down in this TOC/bookmarks lists. How can I map a key in this context?

ahrm commented 7 months ago

Using something like this:

[m]control_menu(down) <C-j>
nikinbaidar commented 7 months ago

Using something like this:

[m]control_menu(down) <C-j>

Exactly what I want. Are there any more docs on these?

ahrm commented 7 months ago

See this comment: https://github.com/ahrm/sioyek/issues/921#issuecomment-1913541205.

nikinbaidar commented 7 months ago

Thank you!