From: Max Kellermann Date: Tue, 18 Nov 2008 21:55:24 +0000 (+0100) Subject: command: change 'locate' default hotkey to 'G' X-Git-Tag: v0.12_beta1~38 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d322c0bc8f15b899c18d1a87823546847396303f;p=ncmpc.git command: change 'locate' default hotkey to 'G' Use the same hotkey as ncmpcpp. --- 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 */