On Mon, 22 Apr 2013 at 19:19:41 +0100, Iain Patterson wrote: > > The sixth patch allows you to configure custom shortcuts when the > switchpanel is open. Previously you could select windows with Left, > Right, Home and End. With this patch those keys still work but you > can additionally bind arbitrary shortcuts to select the previous, > next, first and last windows respectively. There are also new > shortcuts for class-specific selection.
> From c7144299216650b356b918a630a5d83212b1966a Mon Sep 17 00:00:00 2001 > From: Iain Patterson <[email protected]> > Date: Fri, 19 Apr 2013 17:33:56 +0100 > Subject: [PATCH 6/8] Configurable shortcuts in the switchpanel. > > Allow configuring the next, previous, first and last window shortcuts > when the switchpanel is open. The following new preferences are used > for this purpose: > > SwitchPanelNextKey > SwitchPanelPrevKey > SwitchPanelFirstKey > SwitchPanelLastKey > > The default keys Right, Left, Home and End are not removed and we try to > ensure that they will always work by not allowing them to be assigned to > the new shortcuts. They could still be assigned to the existing focus > (group) next/previous shortcuts, however. > > Additionally, add group next and group previous shortcuts for the switchpanel. > > SwitchPanelGroupNextKey > SwitchPanelGroupPrevKey > --- > src/cycling.c | 63 > +++++++++++++++++++++++++++++++++++++++++++++++----------- > src/defaults.c | 42 +++++++++++++++++++++++++++++++++++++++ > src/keybind.h | 8 ++++++++ > src/window.c | 4 ++++ > 4 files changed, 105 insertions(+), 12 deletions(-) I think this is a bit too much to have. The switchpanel is a simple thing and the Right, Left, Home and End keys should good enough to select the windows. Defining custom keys for this purpose is a bit overkill, IMHO. So I applied only your first 5 patches. -- To unsubscribe, send mail to [email protected].
