From: Kalle Wallin Date: Tue, 6 Apr 2004 15:05:20 +0000 (+0000) Subject: Removed all binding to ESC (stop). X-Git-Tag: v0.12_alpha1~601 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f6ac83fe56f7ee27fd441ffcdffb449690f536fa;p=ncmpc.git Removed all binding to ESC (stop). git-svn-id: https://svn.musicpd.org/ncmpc/trunk@614 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/command.c b/command.c index c6444c9..a96a90a 100644 --- a/command.c +++ b/command.c @@ -1,7 +1,3 @@ -/* - * $Id: command.c,v 1.9 2004/03/17 14:59:32 kalle Exp $ - * - */ #include #include #include @@ -44,7 +40,7 @@ static command_definition_t cmds[] = { { { 13, 0, 0 }, CMD_PLAY, "Play/Enter directory" }, { { 'P', 0, 0 }, CMD_PAUSE, "Pause" }, - { { ESC, BS, 's' }, CMD_STOP, "Stop" }, + { { 's', BS, 0 }, CMD_STOP, "Stop" }, { { '>', 0, 0 }, CMD_TRACK_NEXT, "Next song" }, { { '<', 0, 0 }, CMD_TRACK_PREVIOUS, "Previous song" },