Change the panning keybind in Zathura
The manual mentions that by default you can pan by holding middle click but my tablet does not have one, so I would like to change it to left click. Anyone knows how to do it? Thanks.
Syndicated from the fediverse. Read and engage on the original instance.
View original on lemmy.worldThe manual mentions that by default you can pan by holding middle click but my tablet does not have one, so I would like to change it to left click. Anyone knows how to do it? Thanks.
2 replies
Have a read of the docs at the zathura git repo or use the man pages.
https://github.com/pwmt/zathura/blob/develop/doc/configuration/map.rst
Well that's why I'm asking here. You can "map some_function" but there is no "pan" function. Mapping to scroll (down) does not enable panning by dragging while holding down the button but just in moving the page one step down.
So it seems to me that it either requires multiple lines in the config or it isn't supported at all. I wanted to ask here first before bothering the devs on github.