MCPcopy Create free account
hub / github.com/callstack/agent-device / homeLinux

Function homeLinux

src/platforms/linux/app-lifecycle.ts:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 * Show desktop (minimize all windows) via Super+D.
34 */
35export async function homeLinux(): Promise<void> {
36 // Super=125, D=32
37 await sendKey('super+d', ['125:1', '32:1', '32:0', '125:0']);
38}

Callers 1

createLinuxInteractorFunction · 0.90

Calls 1

sendKeyFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…