MCPcopy Create free account
hub / github.com/GNOME/gnome-shell / actionMoveWorkspace

Method actionMoveWorkspace

js/ui/windowManager.js:1850–1856  ·  view source on GitHub ↗
(workspace)

Source from the content-addressed store, hash-verified

1848 }
1849
1850 actionMoveWorkspace(workspace) {
1851 if (!Main.sessionMode.hasWorkspaces)
1852 return;
1853
1854 if (!workspace.active)
1855 workspace.activate(global.get_current_time());
1856 }
1857
1858 actionMoveWindow(window, workspace) {
1859 if (!Main.sessionMode.hasWorkspaces)

Callers 3

handleWorkspaceScrollMethod · 0.95
_onKeyPressEventMethod · 0.80

Calls 1

activateMethod · 0.45

Tested by

no test coverage detected