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/wal/templates/zathurarc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.config/wal') diff --git a/.config/wal/templates/zathurarc b/.config/wal/templates/zathurarc index 8f0b16f..66527a8 100644 --- a/.config/wal/templates/zathurarc +++ b/.config/wal/templates/zathurarc @@ -13,6 +13,16 @@ 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 set default-bg "{background}" set default-fg "{foreground}" -- cgit v1.3.1