1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

Documentation on the new switchpanel behaviour.

Describe Group*Key and StrictWindozeCycling in the NEWS file.
This commit is contained in:
Iain Patterson
2013-04-22 15:14:09 +01:00
committed by Carlos R. Mafra
parent 9ab6368b33
commit 022421e879

27
NEWS
View File

@@ -55,6 +55,33 @@ a particular workspace or to the "next" or "previous" workspace.
The new shortcuts can be configured in WPrefs.
Improved switchpanel functionality
----------------------------------
The switchpanel can be used to switch between windows of the same WM_CLASS,
for example between all open xterms. If the switchpanel is opened as normal
with either the "FocusNextKey" or "FocusPrevKey" shortcut, you can switch to
the next (or previous) window of the same type as the focused window with the
"GroupNextKey" or "GroupPrevKey" shortcut. If the switchpanel is opened with
the "GroupNextKey" or "GroupPrevKey" shortcut, it will show only windows of
the same type as the window which was focused at the time the panel was opened,
and no difference will be seen between the two types of window selection
shortcut.
The new shortcuts can be configured in WPrefs, where they are described as
allowing switching between windows of the same group.
To maintain consistency with other popular operating systems, the switchpanel
is now configured so that it no longer automatically closes when the shift key
is pressed and released.
To configure the switchpanel so that it does close on release of the shift
key, which was the traditional Window Maker behaviour, run the following
command:
$ wdwrite WindowMaker StrictWindozeCycling NO
--- 0.95.2
New Resizing functionality