shortcuts: zathura full screen mode shortcuts should work as before (#1396)

* shortcuts work in full-screen mode

* update wal template
This commit is contained in:
Visrut 2024-07-15 22:45:55 +05:30 committed by GitHub
parent e8ba78c518
commit b4b462029c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View File

@ -13,6 +13,16 @@ map J zoom out
map i recolor map i recolor
map p print map p print
map g goto top 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-bg "{background}"
set default-fg "{foreground}" set default-fg "{foreground}"

View File

@ -13,3 +13,13 @@ map J zoom out
map i recolor map i recolor
map p print map p print
map g goto top 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