MCPcopy
hub / github.com/paperwm/PaperWM / switchUp

Method switchUp

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

Source from the content-addressed store, hash-verified

1125 switchLeft(loop) { return this.switch(Meta.MotionDirection.LEFT, loop); }
1126 switchRight(loop) { return this.switch(Meta.MotionDirection.RIGHT, loop); }
1127 switchUp(loop) { return this.switch(Meta.MotionDirection.UP, loop); }
1128 switchDown(loop) { return this.switch(Meta.MotionDirection.DOWN, loop); }
1129 switch(direction, loop) {
1130 let space = this;

Callers 2

setupActionsFunction · 0.80
switchUpOrElseWorkspaceFunction · 0.80

Calls 1

switchMethod · 0.95

Tested by

no test coverage detected