Switch the functionality of j and k in feh/keys

This commit is contained in:
Donovan Glover 2017-12-13 23:55:02 -05:00
parent b3de2d753b
commit 9ad2a63892
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -90,9 +90,10 @@ menu_child
menu_select
# Add our custom keybindings
# Note that k goes right (next) and j goes left (prev)
toggle_fullscreen f
next_img j
prev_img k
next_img k
prev_img j
toggle_filenames d
toggle_fixed_geometry g
toggle_pause h