Commit c62ed936 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Support keypad return/enter for action as well

parent bb46793c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -225,8 +225,7 @@ void feh_event_handle_keypress(XEvent * ev)
			slideshow_change_image(winwid, SLIDE_LAST);
		break;
	case XK_Return:
		feh_event_invoke_action(winwid, opt.actions[0]);
		break;
	case XK_KP_Enter:
	case XK_0:
	case XK_KP_0:
		feh_event_invoke_action(winwid, opt.actions[0]);