diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-01-17 20:43:53 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-17 20:43:53 +0100 | 
| commit | 46517923cc67b7c3f81c6d99974909c0d23dac62 (patch) | |
| tree | 4bfc90a69e3d568cb19365f012765083fdaca7d7 /examples | |
| parent | 904d4719ebc7b2cf4357f5367d39a5c7cf0059a1 (diff) | |
Update examples/keys
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/keys | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/examples/keys b/examples/keys index 1f1f374..d221d29 100644 --- a/examples/keys +++ b/examples/keys @@ -17,8 +17,6 @@ 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    J C-Up @@ -26,6 +24,13 @@ scroll_down  K C-Down  scroll_left  H C-Left  scroll_right L C-Right +# File deletion +remove     d   Delete +delete   C-d C-Delete + +# remove now conflicts with toggle_filenames, so change that +toggle_filenames f +  # zooming  zoom_in  C-Up f  zoom_out C-Down a | 
