diff options
Diffstat (limited to '')
-rw-r--r-- | src/command.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c index a1737a942..9dae30be6 100644 --- a/src/command.c +++ b/src/command.c @@ -142,6 +142,9 @@ static command_definition_t cmds[] = { { { '"', 0, 0 }, 0, CMD_GO_PARENT_DIRECTORY, "go-parent-directory", N_("Go to parent directory") }, + { { 'i', 0, 0 }, 0, CMD_VIEW, "view", + N_("View the song") }, + { { 'G', 0, 0 }, 0, CMD_LOCATE, "locate", N_("Locate song in browser") }, |