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