restoring default keybindings as Sander complained

This commit is contained in:
Anselm R. Garbe
2007-02-22 11:45:03 +01:00
parent 2c477cf661
commit ba96131af0
2 changed files with 8 additions and 8 deletions

View File

@ -46,10 +46,10 @@ static Key key[] = { \
{ MODKEY, XK_space, setlayout, NULL }, \
{ MODKEY, XK_d, incnmaster, "-1" }, \
{ MODKEY, XK_i, incnmaster, "1" }, \
{ MODKEY, XK_h, incmasterw, "-15" }, \
{ MODKEY, XK_l, incmasterw, "15" }, \
{ MODKEY, XK_j, focusnext, NULL }, \
{ MODKEY, XK_k, focusprev, NULL }, \
{ MODKEY, XK_g, incmasterw, "15" }, \
{ MODKEY, XK_s, incmasterw, "-15" }, \
{ MODKEY, XK_Tab, focusnext, NULL }, \
{ MODKEY|ShiftMask, XK_Tab, focusprev, NULL }, \
{ MODKEY, XK_m, togglemax, NULL }, \
{ MODKEY, XK_Return, zoom, NULL }, \
{ MODKEY|ShiftMask, XK_space, toggleversatile,NULL }, \