2020-02-23 19:08:31 +00:00
|
|
|
# From `feh man`:
|
|
|
|
# Note: Do not use the same keybinding for multiple actions. When binding an action to a new key (or mouse button),
|
|
|
|
# make sure to unbind it from its previous action, if present. feh does not check for conflicting bindings, so
|
|
|
|
# their behaviour is undefined.
|
|
|
|
|
|
|
|
# unbind some defaults
|
|
|
|
toggle_pause
|
|
|
|
toggle_keep_vp
|
|
|
|
save_filelist
|
2022-12-21 14:15:14 +00:00
|
|
|
next_img
|
|
|
|
prev_img
|
|
|
|
zoom_default
|
|
|
|
zoom_fit
|
2020-02-23 19:08:31 +00:00
|
|
|
|
2022-12-21 14:15:14 +00:00
|
|
|
# toggle_pause space
|
2020-02-23 19:08:31 +00:00
|
|
|
|
2024-03-23 16:20:29 +00:00
|
|
|
next_img L Right
|
|
|
|
prev_img H Left
|
2020-02-23 19:08:31 +00:00
|
|
|
|
2024-03-23 16:20:29 +00:00
|
|
|
scroll_up k
|
|
|
|
scroll_down j
|
|
|
|
scroll_left h
|
|
|
|
scroll_right l
|
2020-02-23 19:08:31 +00:00
|
|
|
|
2024-03-23 16:20:29 +00:00
|
|
|
zoom_in K
|
|
|
|
zoom_out J
|
2022-12-21 14:15:14 +00:00
|
|
|
zoom_fit Up
|
|
|
|
zoom_default Down
|
2020-02-23 19:08:31 +00:00
|
|
|
|
|
|
|
menu_parent h Left
|
|
|
|
menu_child l Right
|
|
|
|
menu_down j Down
|
|
|
|
menu_up k Up
|
|
|
|
menu_select space Return
|