MCPcopy Index your code
hub / github.com/paperwm/PaperWM / switchGlobalLeft

Method switchGlobalLeft

tiling.js:1186–1186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1184 }
1185
1186 switchGlobalLeft() { this.switchGlobal(Meta.MotionDirection.LEFT); }
1187 switchGlobalRight() { this.switchGlobal(Meta.MotionDirection.RIGHT); }
1188 switchGlobalUp() { this.switchGlobal(Meta.MotionDirection.UP); }
1189 switchGlobalDown() { this.switchGlobal(Meta.MotionDirection.DOWN); }

Callers 1

setupActionsFunction · 0.80

Calls 1

switchGlobalMethod · 0.95

Tested by

no test coverage detected