Commit 4b2cd183 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Properly initialize zoom_fill key binding, set it to ! (exclamation mark)

parent 32af3273
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1414,7 +1414,7 @@ Zoom to 100%
.
Zoom to fit the window size
.
.It Ao keypad 5 Ac Bq zoom_fill
.It ! Bq zoom_fill
.
Zoom to fill the window size like
.Cm --bg-fill
+1 −0
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ void init_keyevents(void) {
	feh_set_kb(&keys.zoom_out  , 0, XK_Down      , 0, XK_KP_Subtract,0, 0);
	feh_set_kb(&keys.zoom_default, 0, XK_KP_Multiply, 0, XK_asterisk,0, 0);
	feh_set_kb(&keys.zoom_fit  , 0, XK_KP_Divide , 0, XK_slash     , 0, 0);
	feh_set_kb(&keys.zoom_fill , 0, XK_exclam    , 0, 0            , 0, 0);
	feh_set_kb(&keys.size_to_image, 0, XK_w      , 0, 0            , 0, 0);
	feh_set_kb(&keys.render    , 0, XK_KP_Begin  , 0, XK_R         , 0, 0);
	feh_set_kb(&keys.toggle_actions, 0, XK_a, 0, 0, 0, 0);