Code

command: change 'locate' default hotkey to 'G'
authorMax Kellermann <max@duempel.org>
Tue, 18 Nov 2008 21:55:24 +0000 (22:55 +0100)
committerMax Kellermann <max@duempel.org>
Tue, 18 Nov 2008 21:55:24 +0000 (22:55 +0100)
Use the same hotkey as ncmpcpp.

src/command.c

index 0168b057b37ceaa68efda15cdf97034acb9cbd79..a1737a94215e510d1d46d007452e567cdde187ec 100644 (file)
@@ -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 */