From b23cb39afd158c17d8bf5b2a7d5b3620b3ebf8f6 Mon Sep 17 00:00:00 2001 From: Ivy Foster Date: Tue, 9 Dec 2008 21:05:47 -0600 Subject: [PATCH] contrib/mpd.lisp's keymaps now correctly set up --- contrib/mpd.lisp | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/contrib/mpd.lisp b/contrib/mpd.lisp index 0815ba9..3c16c40 100644 --- a/contrib/mpd.lisp +++ b/contrib/mpd.lisp @@ -681,6 +681,18 @@ Passed an argument of zero and if crossfade is on, toggles crossfade off." ;;Key map ;;FIXME: maybe some inferior mode would be a good idea (see resize in user.lisp) +(defvar *mpd-search-map* nil + "Keymap for mpd search commands") + +(defvar *mpd-browse-map* nil + "Keymap for browsing mpd playlists") + +(defvar *mpd-add-map* nil + "Keymap for search-and-add commands") + +(defvar *mpd-map* nil + "Top map for all mpd keybindings") + (fill-keymap *mpd-search-map* (kbd "a") "mpd-search-artist" (kbd "A") "mpd-search-album" -- 1.6.0.5