diff options
-rw-r--r-- | data/keys | 4 | ||||
-rw-r--r-- | src/Keys.cc | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -39,8 +39,8 @@ OnTitlebar Mouse2 :Lower | |||
39 | OnTitlebar Mouse3 :WindowMenu | 39 | OnTitlebar Mouse3 :WindowMenu |
40 | 40 | ||
41 | # alt-tab | 41 | # alt-tab |
42 | Mod1 Tab :NextWindow {groups} | 42 | Mod1 Tab :NextWindow {groups} (workspace=[current]) |
43 | Mod1 Shift Tab :PrevWindow {groups} | 43 | Mod1 Shift Tab :PrevWindow {groups} (workspace=[current]) |
44 | 44 | ||
45 | # cycle through tabs in the current window | 45 | # cycle through tabs in the current window |
46 | Mod4 Tab :NextTab | 46 | Mod4 Tab :NextTab |
diff --git a/src/Keys.cc b/src/Keys.cc index d3d0ea2..d3b82e9 100644 --- a/src/Keys.cc +++ b/src/Keys.cc | |||
@@ -360,8 +360,8 @@ void Keys::loadDefaults() { | |||
360 | addBinding("OnLeftGrip Move1 :StartResizing bottomleft"); | 360 | addBinding("OnLeftGrip Move1 :StartResizing bottomleft"); |
361 | addBinding("OnRightGrip Move1 :StartResizing bottomright"); | 361 | addBinding("OnRightGrip Move1 :StartResizing bottomright"); |
362 | addBinding("OnWindowBorder Move1 :StartMoving"); | 362 | addBinding("OnWindowBorder Move1 :StartMoving"); |
363 | addBinding("Mod1 Tab :NextWindow"); | 363 | addBinding("Mod1 Tab :NextWindow (workspace=[current])"); |
364 | addBinding("Mod1 Shift Tab :PrevWindow"); | 364 | addBinding("Mod1 Shift Tab :PrevWindow (workspace=[current])"); |
365 | keyMode("default"); | 365 | keyMode("default"); |
366 | } | 366 | } |
367 | 367 | ||