>From 0c4e6abdcba244965994c686de32bce1f9e0a15d Mon Sep 17 00:00:00 2001 From: Morgan Veyret Date: Mon, 23 Feb 2009 19:18:31 +0100 Subject: [PATCH] Changed default key for :mpd-browse-add from SPC to S-SPC. The space key may be usefull for regex search when browsing the database so using it as a default menu key is probably not a good idea. --- contrib/mpd.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/mpd.lisp b/contrib/mpd.lisp index 524e987..e8b4c7d 100644 --- a/contrib/mpd.lisp +++ b/contrib/mpd.lisp @@ -520,7 +520,7 @@ Volume (define-key m (kbd "ESC") 'menu-abort) (define-key m (kbd "RET") (mpd-menu-action :mpd-browse-add-and-quit)) - (define-key m (kbd "SPC") (mpd-menu-action :mpd-browse-add)) + (define-key m (kbd "S-RET") (mpd-menu-action :mpd-browse-add)) (define-key m (kbd "Right") (mpd-menu-action :mpd-browse-next)) (define-key m (kbd "Left") (mpd-menu-action :mpd-browse-previous)) -- 1.6.0.3