From b4b462029cca2b2066e6065495cf407d107739a1 Mon Sep 17 00:00:00 2001 From: Visrut Date: Mon, 15 Jul 2024 22:45:55 +0530 Subject: shortcuts: zathura full screen mode shortcuts should work as before (#1396) * shortcuts work in full-screen mode * update wal template --- .config/zathura/zathurarc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.config/zathura/zathurarc') 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 -- cgit v1.3.1