From d322c0bc8f15b899c18d1a87823546847396303f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 18 Nov 2008 22:55:24 +0100 Subject: [PATCH] command: change 'locate' default hotkey to 'G' Use the same hotkey as ncmpcpp. --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.c b/src/command.c index 0168b05..a1737a9 100644 --- a/src/command.c +++ b/src/command.c @@ -142,7 +142,7 @@ static command_definition_t cmds[] = { { { '"', 0, 0 }, 0, CMD_GO_PARENT_DIRECTORY, "go-parent-directory", N_("Go to parent directory") }, - { { 'l', 0, 0 }, 0, CMD_LOCATE, "locate", + { { 'G', 0, 0 }, 0, CMD_LOCATE, "locate", N_("Locate song in browser") }, /* lists */ -- 2.30.2