Closed dmitrymaslov99 closed 1 year ago
How click KeyPress - "Windows" key. https://vncdotool.readthedocs.io/en/0.8.0/_modules/vncdotool/client.html
For example - open cmd.exe "win-r"
Windows key is commonly referred to as 'super'
So the way to send win-r is:
key super-r
We could add a winkey alias too. I'd forgotten super is the winkey myself.
How click KeyPress - "Windows" key. https://vncdotool.readthedocs.io/en/0.8.0/_modules/vncdotool/client.html
For example - open cmd.exe "win-r"