added $MODKEY-Shift-m for floating mode maximization as default binding

This commit is contained in:
Anselm R. Garbe 2006-04-24 18:27:26 +02:00
parent 9a0da2d13c
commit 84aad0d1c2
2 changed files with 3 additions and 1 deletions

1
TODO
View File

@ -1,2 +1 @@
- FocusIn sets focus handling
- maximize stuff

View File

@ -77,6 +77,7 @@ $MODKEY-Return
$MODKEY-Shift-$LEFT
$MODKEY-Shift-$RIGHT
$MODKEY-Shift-space
$MODKEY-Shift-m
$MODKEY-Shift-c
$MODKEY-Shift-t
$MODKEY-Shift-0
@ -143,6 +144,8 @@ do
xwrite /view/sel/sel/ctl sendto next;;
$MODKEY-Shift-space)
xwrite /view/sel/sel/ctl sendto toggle;;
$MODKEY-Shift-m)
xwrite /view/0/sel/geom 0 0 east south;;
$MODKEY-Shift-c)
xwrite /view/sel/sel/ctl kill;;
$MODKEY-Shift-t)