From d9b4bcb1f4994d45d171cd5a71f7fe25a247094d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 16 Jan 2011 17:51:03 +0100 Subject: Update keys config example --- data/examples/keys | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/data/examples/keys b/data/examples/keys index bd46822..036d2fa 100644 --- a/data/examples/keys +++ b/data/examples/keys @@ -13,3 +13,28 @@ menu_child l Right menu_down j Down menu_up k Up menu_select space Return + +# Same for image navigation ... +next_img j Right space +prev_img k Left BackSpace +remove l Delete +delete C-l C-Delete + +# and image movement +scroll_up S-J C-Up +scroll_down S-K C-Down +scroll_left S-H C-Left +scroll_right S-L C-Right + +# zooming +zoom_in C-Up f +zoom_out C-Down a +zoom_default d +zoom_fit s + +# I only hit these accidentaly +save_image +save_filelist + +# This leaves some conflicts with existing default bindings, but you should +# get the idea. And I'm not gonna fix the conflicts, I don't use qwerty ;-) -- cgit v1.2.3