From 5d8e03954faa35c9eede68f3b43d63fc01a71344 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 23 Feb 2020 19:08:31 +0000 Subject: [PATCH] initial commit --- keys | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 keys diff --git a/keys b/keys new file mode 100644 index 0000000..778ad86 --- /dev/null +++ b/keys @@ -0,0 +1,28 @@ +# 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 + +toggle_pause space + +next_img l Right +prev_img h Left + +scroll_up K +scroll_down J +scroll_left H +scroll_right L + +zoom_in k Up +zoom_out j Down + +menu_parent h Left +menu_child l Right +menu_down j Down +menu_up k Up +menu_select space Return