FuPeiJiang / VD.ahk

Windows Virtual Desktop, AutoHotkey, Windows 11 support, Windows Server 2022, switch desktop, move window(wintitle) to current desktop; createDesktop, PinWindow, getCount, getDesktopNumOfWindow -> mute all windows in Virtual Desktop
MIT License
319 stars 45 forks source link

renaming desktops #58

Open mmaukii opened 9 months ago

mmaukii commented 9 months ago

Hello!

Could not find any solution on the web. Is there maybe a possibitlity to rename desktops??

greets

Daniel

FuPeiJiang commented 4 months ago

@mmaukii

in the newest update:

VD.setNameToDesktopNum(desktopName,desktopNum)

example:

VD.setNameToDesktopNum("custom Desktop Name",3)