Code

command: added CMD_LOCATE to locate song in database
[ncmpc.git] / src / command.c
index 92ee27ea072f22e797798d87585f8a40207a0c99..0168b057b37ceaa68efda15cdf97034acb9cbd79 100644 (file)
@@ -142,6 +142,9 @@ 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",
+         N_("Locate song in browser") },
+
        /* lists */
        { { 11, 0, 0 }, 0, CMD_LIST_MOVE_UP, "move-up",
          N_("Move item up") },