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

Method switchRight

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

Source from the content-addressed store, hash-verified

1124
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) {

Callers 3

createBackgroundMethod · 0.95
setupActionsFunction · 0.80
topBarScrollActionFunction · 0.80

Calls 1

switchMethod · 0.95

Tested by

no test coverage detected