diff options
| author | Visrut <visrutnavadiya111@gmail.com> | 2024-07-15 22:45:55 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 17:15:55 +0000 |
| commit | b4b462029cca2b2066e6065495cf407d107739a1 (patch) | |
| tree | 7b23464244a29d6109ebac231debb786f5fd74c3 /.config/zathura | |
| parent | e8ba78c518ac501d4de4275607748cb55394407f (diff) | |
| download | eibhear-b4b462029cca2b2066e6065495cf407d107739a1.tar.gz eibhear-b4b462029cca2b2066e6065495cf407d107739a1.tar.zst eibhear-b4b462029cca2b2066e6065495cf407d107739a1.zip | |
shortcuts: zathura full screen mode shortcuts should work as before (#1396)
* shortcuts work in full-screen mode
* update wal template
Diffstat (limited to '.config/zathura')
| -rw-r--r-- | .config/zathura/zathurarc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 452e116..de92e4d 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -13,3 +13,13 @@ map J zoom out map i recolor map p print map g goto top +map [fullscreen] u scroll half-up +map [fullscreen] d scroll half-down +map [fullscreen] D toggle_page_mode +map [fullscreen] r reload +map [fullscreen] R rotate +map [fullscreen] K zoom in +map [fullscreen] J zoom out +map [fullscreen] i recolor +map [fullscreen] p print +map [fullscreen] g goto top |
