From 3567bcac061c92b3ff9e52c0cfaf4ec8c08d9b56 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 15 Sep 2005 10:25:43 +0000 Subject: When compiled with gui, bind ESC to gui_stop so that s is free for screenshot. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16493 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input/input.c') diff --git a/input/input.c b/input/input.c index e37decaeca..ba01509b31 100644 --- a/input/input.c +++ b/input/input.c @@ -281,8 +281,8 @@ static mp_cmd_bind_t def_cmd_binds[] = { { { '}', 0 }, "speed_mult 2.0" }, { { KEY_BACKSPACE, 0 }, "speed_set 1.0" }, { { 'q', 0 }, "quit" }, - { { KEY_ESC, 0 }, "quit" }, #ifndef HAVE_NEW_GUI + { { KEY_ESC, 0 }, "quit" }, { { 'p', 0 }, "pause" }, #endif { { ' ', 0 }, "pause" }, @@ -336,7 +336,7 @@ static mp_cmd_bind_t def_cmd_binds[] = { { { 'l', 0 }, "gui_loadfile" }, { { 't', 0 }, "gui_loadsubtitle" }, { { KEY_ENTER, 0 }, "gui_play" }, - { { 's', 0 }, "gui_stop" }, + { { KEY_ESC, 0 }, "gui_stop" }, { { 'p', 0 }, "gui_playlist" }, { { 'r', 0 }, "gui_preferences" }, { { 'c', 0 }, "gui_skinbrowser" }, -- cgit v1.2.3