[VBS] SendKeys Input Keycode
WshShell.SendKeys Send one or more keystrokes to the active window as if they were typed at the keyboard. This method is similar to the VB SendKeys method. WshShell.SendKeys "Character_string_and/or_SendKeys" Most ASCII characters can be represented by the character itself. E.g, the key sequence FRED can be represented by "FRED". Some special keys, such as the control keys, function keys etc are..
Computer/VBS (Visual Basic Script)
2020. 3. 9. 23:45