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

Function backLinux

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

Source from the content-addressed store, hash-verified

25 * Send Alt+Left arrow to go back (standard browser/app back navigation).
26 */
27export async function backLinux(): Promise<void> {
28 // Alt=56, Left=105
29 await sendKey('alt+Left', ['56:1', '105:1', '105:0', '56:0']);
30}
31
32/**
33 * Show desktop (minimize all windows) via Super+D.

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…