We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think a more usable function could print the desktop name (since you can rename them) instead of just the number
SplashTextOn,,, % VD.getCurrentDesktopNum() Sleep 700 SplashTextOff
Should print Programming instead of 4
Just a thought. Love the script
The text was updated successfully, but these errors were encountered:
check out https://github.com/FuPeiJiang/VD.ahk/blob/class_VD/other%20examples/Task%20Switcher3.ahk or you could use VD.getNameFromDesktopNum(): I should have documented it when I added this function but was lazy / preoccupied by recreating a gui VD.getNameFromDesktopNum(VD.getCurrentDesktopNum())
VD.getNameFromDesktopNum()
VD.getNameFromDesktopNum(VD.getCurrentDesktopNum())
you could try to documentation the function somewhere(README.md or _VD.ahk) so it's obvious (then Pull Request)
README.md
_VD.ahk
Sorry, something went wrong.
No branches or pull requests
I think a more usable function could print the desktop name (since you can rename them) instead of just the number
SplashTextOn,,, % VD.getCurrentDesktopNum()
Sleep 700
SplashTextOff
Should print Programming instead of 4
Just a thought. Love the script
The text was updated successfully, but these errors were encountered: