summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e6c8c38)
raw | patch | inline | side by side (parent: e6c8c38)
author | Max Kellermann <max@duempel.org> | |
Tue, 18 Nov 2008 21:55:24 +0000 (22:55 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Tue, 18 Nov 2008 21:55:24 +0000 (22:55 +0100) |
Use the same hotkey as ncmpcpp.
src/command.c | patch | blob | history |
diff --git a/src/command.c b/src/command.c
index 0168b057b37ceaa68efda15cdf97034acb9cbd79..a1737a94215e510d1d46d007452e567cdde187ec 100644 (file)
--- a/src/command.c
+++ b/src/command.c
{ { '"', 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 */