update keybindings, zoom_fit, zoom_default
This commit is contained in:
parent
292792eede
commit
b3e9cfb756
12
keys
12
keys
|
@ -7,8 +7,12 @@
|
||||||
toggle_pause
|
toggle_pause
|
||||||
toggle_keep_vp
|
toggle_keep_vp
|
||||||
save_filelist
|
save_filelist
|
||||||
|
next_img
|
||||||
|
prev_img
|
||||||
|
zoom_default
|
||||||
|
zoom_fit
|
||||||
|
|
||||||
toggle_pause space
|
# toggle_pause space
|
||||||
|
|
||||||
next_img l Right
|
next_img l Right
|
||||||
prev_img h Left
|
prev_img h Left
|
||||||
|
@ -18,8 +22,10 @@ scroll_down J
|
||||||
scroll_left H
|
scroll_left H
|
||||||
scroll_right L
|
scroll_right L
|
||||||
|
|
||||||
zoom_in k Up
|
zoom_in k
|
||||||
zoom_out j Down
|
zoom_out j
|
||||||
|
zoom_fit Up
|
||||||
|
zoom_default Down
|
||||||
|
|
||||||
menu_parent h Left
|
menu_parent h Left
|
||||||
menu_child l Right
|
menu_child l Right
|
||||||
|
|
Loading…
Reference in New Issue