aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-18 22:55:24 +0100
committerMax Kellermann <max@duempel.org>2008-11-18 22:55:24 +0100
commitd322c0bc8f15b899c18d1a87823546847396303f (patch)
tree4f8f4d897e3251260f9476c650374f87c711397f /src
parente6c8c3827204ca8164704eeef58d62b8903eb908 (diff)
downloadmpd-d322c0bc8f15b899c18d1a87823546847396303f.tar.gz
mpd-d322c0bc8f15b899c18d1a87823546847396303f.tar.xz
mpd-d322c0bc8f15b899c18d1a87823546847396303f.zip
command: change 'locate' default hotkey to 'G'
Use the same hotkey as ncmpcpp.
Diffstat (limited to 'src')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 0168b057b..a1737a942 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 */