From 0daaeeb6e3e26a06a4dd19f2a9dfd78ed14c818f Mon Sep 17 00:00:00 2001 From: Marcel Klein Date: Tue, 16 Feb 2010 10:00:15 +0100 Subject: [PATCH] Added database browser keybindings. Minor changes to play queue keybindings. --- index.txt | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/index.txt b/index.txt index 1f1f4f0..61fbf40 100644 --- a/index.txt +++ b/index.txt @@ -83,6 +83,22 @@ gmpc [OPTION...] Gnome Music Player Client == Keybindings == +=== Database Browser === +`[ctrl]+a`:: + Select all songs + +`[ctrl]+c`:: + Copy selected song(s) into paste queue + +`[ctrl]+[ins]`:: + Clear play queue and add selected song(s) + +`[enter]`:: + Add selected song(s) to play queue and start playback + +`[ins]`:: + Add selected song(s) to play queue + === Interface === `[ctrl]+i`:: Switch to now playing @@ -127,17 +143,20 @@ gmpc [OPTION...] Gnome Music Player Client Switch to artist browser === Play Queue === +`[ctrl]+a`:: + Select all songs + `[ctrl]+b`:: - Paste song from paste queue before the first selected song + Paste song(s) from paste queue before the first selected song `[ctrl]+c`:: - Copy selected song into paste queue + Copy selected song(s) into paste queue `[ctrl]+v`:: - Paste song from paste queue after the first selected song + Paste song(s) from paste queue after the first selected song `[ctrl]+x`:: - Cut selected song into paste queue + Cut selected song(s) into paste queue `[del]`:: Delete selected song(s) -- 2.11.4.GIT