merged focus{prev.next} into focusclient(1/-1)

This commit is contained in:
Anselm R. Garbe
2007-02-22 15:25:19 +01:00
parent 12d5a26fd2
commit 27b0595af7
4 changed files with 21 additions and 26 deletions

View File

@ -48,8 +48,8 @@ static Key key[] = { \
{ MODKEY, XK_i, incnmaster, "1" }, \
{ MODKEY, XK_g, incmasterw, "15" }, \
{ MODKEY, XK_s, incmasterw, "-15" }, \
{ MODKEY, XK_Tab, focusnext, NULL }, \
{ MODKEY|ShiftMask, XK_Tab, focusprev, NULL }, \
{ MODKEY, XK_Tab, focusclient, "1" }, \
{ MODKEY|ShiftMask, XK_Tab, focusclient, "-1" }, \
{ MODKEY, XK_m, togglemax, NULL }, \
{ MODKEY, XK_Return, zoom, NULL }, \
{ MODKEY|ShiftMask, XK_space, toggleversatile,NULL }, \