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

Method switchGlobalDown

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

Source from the content-addressed store, hash-verified

1187 switchGlobalRight() { this.switchGlobal(Meta.MotionDirection.RIGHT); }
1188 switchGlobalUp() { this.switchGlobal(Meta.MotionDirection.UP); }
1189 switchGlobalDown() { this.switchGlobal(Meta.MotionDirection.DOWN); }
1190 switchGlobal(direction) {
1191 let space = this;
1192 let index = space.selectedIndex();

Callers 1

setupActionsFunction · 0.80

Calls 1

switchGlobalMethod · 0.95

Tested by

no test coverage detected