From aee50deefe83ea3a79255cb64a252c58775f8a5b Mon Sep 17 00:00:00 2001 From: Andreas Obergrusberger Date: Wed, 8 Nov 2006 15:10:37 +0000 Subject: go to root/parent dir key added git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@5034 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/command.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 2f0ece1d9..3210f39d9 100644 --- a/src/command.c +++ b/src/command.c @@ -137,6 +137,10 @@ static command_definition_t cmds[] = { { 'a', 0, 0 }, 0, CMD_ADD, "add", N_("Add url/file to playlist") }, + { { '!', 0, 0 }, 0, CMD_GO_ROOT_DIRECTORY, "go-root-directory", + N_("Go to root directory") }, + { { '"', 0, 0 }, 0, CMD_GO_PARENT_DIRECTORY, "go-parent-directory", + N_("Go to parent directory") }, /* lists */ { { 11, 0, 0 }, 0, CMD_LIST_MOVE_UP, "move-up", -- cgit v1.2.3