sibson / vncdotool

A command line VNC client and python library
Other
454 stars 122 forks source link

How to press "window" key | How open cmd.exe? #212

Closed dmitrymaslov99 closed 1 year ago

dmitrymaslov99 commented 2 years ago

How click KeyPress - "Windows" key. https://vncdotool.readthedocs.io/en/0.8.0/_modules/vncdotool/client.html image

For example - open cmd.exe "win-r"

cgb commented 1 year ago

Windows key is commonly referred to as 'super'

So the way to send win-r is:

key super-r
sibson commented 1 year ago

We could add a winkey alias too. I'd forgotten super is the winkey myself.