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

Method switchDown

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

Source from the content-addressed store, hash-verified

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;
1131 let index = space.selectedIndex();

Callers 2

setupActionsFunction · 0.80

Calls 1

switchMethod · 0.95

Tested by

no test coverage detected