dotfiles/.config/feh/keys
2018-02-07 13:44:05 +01:00

22 lines
414 B
Plaintext

# unsetting the keys bound to next/previous image by stating it without assigning any keys:
next_img
prev_img
# further unsetting:
zoom_in
zoom_out
scroll_right
scroll_left
scroll_up
scroll_down
# custom key mapping:
zoom_in plus
zoom_out minus
scroll_up Up k
scroll_down Down j
scroll_left Left h
scroll_right Right l
# assigning new keys for showing next/previous image
next_img space
prev_img BackSpace