diff options
author | Andreas Obergrusberger <tradiaz@yahoo.de> | 2006-11-08 15:10:37 +0000 |
---|---|---|
committer | Andreas Obergrusberger <tradiaz@yahoo.de> | 2006-11-08 15:10:37 +0000 |
commit | aee50deefe83ea3a79255cb64a252c58775f8a5b (patch) | |
tree | bb08dfc06dddde768f83c6929566181bf8335e66 /src/command.c | |
parent | ed358adb44de918bd253d2aa46aa85a58a77a144 (diff) | |
download | mpd-aee50deefe83ea3a79255cb64a252c58775f8a5b.tar.gz mpd-aee50deefe83ea3a79255cb64a252c58775f8a5b.tar.xz mpd-aee50deefe83ea3a79255cb64a252c58775f8a5b.zip |
go to root/parent dir key added
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@5034 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/command.c | 4 |
1 files changed, 4 insertions, 0 deletions
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", |