mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Add CM-a for 'nogroup' (CM-0 stays for now); update manpage to reflect.
This commit is contained in:
parent
d40820d3f3
commit
c131620d7b
1
conf.c
1
conf.c
@ -192,6 +192,7 @@ static const struct {
|
|||||||
{ "MS-Tab", "rcycle" },
|
{ "MS-Tab", "rcycle" },
|
||||||
{ "CM-n", "label" },
|
{ "CM-n", "label" },
|
||||||
{ "CM-x", "delete" },
|
{ "CM-x", "delete" },
|
||||||
|
{ "CM-a", "nogroup" },
|
||||||
{ "CM-0", "nogroup" },
|
{ "CM-0", "nogroup" },
|
||||||
{ "CM-1", "group1" },
|
{ "CM-1", "group1" },
|
||||||
{ "CM-2", "group2" },
|
{ "CM-2", "group2" },
|
||||||
|
2
cwm.1
2
cwm.1
@ -97,7 +97,7 @@ Reverse cycle through currently visible windows.
|
|||||||
Delete current window.
|
Delete current window.
|
||||||
.It Ic CM-[n]
|
.It Ic CM-[n]
|
||||||
Select group n, where n is 1-9.
|
Select group n, where n is 1-9.
|
||||||
.It Ic CM-0
|
.It Ic CM-a
|
||||||
Select all groups.
|
Select all groups.
|
||||||
.It Ic CM-g
|
.It Ic CM-g
|
||||||
Toggle group membership of current window.
|
Toggle group membership of current window.
|
||||||
|
Loading…
Reference in New Issue
Block a user