The Windows logo key is a keyboard key which was originally introduced on the Microsoft Natural keyboard in 1994. This key became a standard key on PC keyboards. When pressed with no other key, the Windows key displays the Start menu/screen. When pressed in conjunction with another key, it provides shortcuts to several Windows functions. These shortcuts can speed up common tasks. For example, pressing the Windows key + E (press and hold the Windows key and then, while holding that key, press the “E” key, and then let go of both buttons) opens Windows Explorer.
SendKeys methode allows you to send keystrokes just as if you had manually typed them on the keyboard . For example ; if you trying to make a script that automatically opens a few applications and resizes them to the corners of your screen and you want to do that with the WinKey + Arrow Keys you can’t do it with batch , Vbs … usw.
Send Windows Key v1.1 – (Thursday, 11 November 2021)
[Added] – A different key (except windows key) can be send
[Added] – /Wait: parameter
[Added] – Some code Improvements
Oddly enough, Microsoft didn’t add a special code to the SendKeys method that would allow you to access the Windows key. Send Windows key is a very simple Portable freeware and helps to run the keyboard key combination which using with the windows key. Here are a short common list of Windows key shortcuts;
You can find a larger list in this Microsoft Link or in the download file. If you double click the exe file , the software will open a list of example parameters
For example if you want to use “Send Windows Key” in batch script , here is an example ;
@echo off
SendWKey.exe #R notepad.exe
The above code opens “Run dialog box” and write Notepad exe in it.You will find an example of Vbscript in the downloaded file.
NOTE: Older windows versions may not support Some of the Windows Shortcut Keys
Wikipedia – Windows Key
Supported languages: English
Supported Operating Systems: Windows 11 , Windows 10 , Windows 8.1 , Windows 8 , Windows 7 , Windows Vista , Windows Xp (32 and 64-bit).
File: SendWKey_x64.exe │ Virustotal
MD5: c0a6f690558550a4aebf73457a2dff85
SHA1: 7d5489faccc9b9162a8012fea26b92c712d94f49
File: SendWKey.exe │ Virustotal
MD5: e50f39586bd8fe802004d2ff94357916
SHA1: c76d8a0885988dd3f5625ecf06405c86daeb0eec
I figured it out, then found the very extended list which also answered my question: SendKey.exe #{TAB}
Just ignore my earlier question or delete it.
Can this open the Task View? WinLogo + TAB? When I try a few variations and it opens WinLogo + A instead. Similarly, it doesn’t cycle WinLogo + T because it doesn’t leave the focus on the taskbar. Any workarounds for these or am I just using it incorrectly?
I mean, "capslock + Z" is a set of hotkeys.
Thank you. @ Mike
@Derrick
Example command;
SendWKey.exe #R /Wait:300 "{CAPSLOCK on}z{CAPSLOCK off}"
I found it didn’t work when I started with typing ‘SendWKey.exe /Wait:300 {CAPSLOCKDOWN}z{CAPSLOCKUP}’.
Did I type with some wrongs?
Hello,
is there a way to instant pop-up tabtip keyboard instead of clicking on the icon on the taskbar (not launching second keyboard OSK) when not reacting on touch action in an address space ?
Thanks a lot.
Best regards
Sajnos funkció gombokat nem küld
fn,f1-f12
bat ban automatizálni nehézkes néhány elemet.
Unfortunately, it does not send function keys
fn, f1-f12
bat to automate cumbersome few items.
Same issu as "Newbie August 14, 2020"
Please use following one
@echo off
start notepad.exe
SendWKey.exe #{RIGHT}{RIGHT}
Sorry I don’t understand how to use it. Let say I have a shortcut key to open an app. But this app always opens on my left display. SO each time I have to use windows key+ right arrow three times so it moves in my right display. Does your application can help me about that ? so that I don’t have to click 3 times on windows+right ? thx