ahrm / sioyek

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

chained commands in keybinding not working? #1114

Closed mil-ad closed 1 week ago

mil-ad commented 1 week ago

I'm running a build of the development branch and noticed that chained commands for keybindings have stopped working. For example

goto_begining;goto_top_of_page gg

only executes the first command.

It used to work on the main branch.

ahrm commented 1 week ago

Chained command keybindings still work. The issue is that we removed the typo command goto_begining. Now goto_beginning;goto_top_of_page gg should work.