Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Win 10 Virtual Desktops
#3
Can use keys.

example

Macro Move active window to next virtual desktop
Trigger CSd 0x4     Help - how to add the trigger to the macro
Code:
Copy      Help
;support multiple monitors, part 1
int wa=win; if(!wa) ret
int hmon=MonitorFromWindow(wa 0); if(!hmon) ret
int nTab=(MonitorIndex(hmon)-1)*2
;open desktop switcher window
key WT
int wtv=wait(5 WV win("Task View" "MultitaskingViewFrame"))
0.1
;support multiple monitors, part 2 (tested only with 2 monitors)
if(nTab) key T(#nTab)
;open context menu, and its submenu "Move to"
key Mm
;select first item and close the desktop switcher window
key Y Z

;tested: no accessible objects in the switcher window

Also the context menu has "Show this window on all desktops" ...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)