I want to move desktops via custom hotkeys (e.g. CTRL+ALT+1 to move the current window to workspace 1). I use AHK for automation, so a command-line solution would also be acceptable.
So far I'm using ctrl+space -> t -> number, but it doesn't work in Google Chrome's System Menu (it doesn't react to AHK's Send, t)
I want to move desktops via custom hotkeys (e.g. CTRL+ALT+1 to move the current window to workspace 1). I use AHK for automation, so a command-line solution would also be acceptable.
So far I'm using
ctrl+space -> t -> number
, but it doesn't work in Google Chrome's System Menu (it doesn't react to AHK'sSend, t
)