S
S
sky1442014-06-03 20:40:29
VBScript
sky144, 2014-06-03 20:40:29

Simulate Win key press in VBS

I want to send the Win + {LEFT} key combination to the opened application so that the window expands to half the screen (on the left). But apparently VBS doesn't know the Win key code. If there is - tell me please!
If not, then maybe there is a simple workaround?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Brendan Castaneda, 2020-11-03
@ae_ph

Maybe someone will come in handy
^{ESC}- Will denote the Win key on the keyboard
a.SendKeys "^{ESC}"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question