Shortcut to send a hotkey combination?
Started by Blue Proteus


Rate this topic
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5


4 posts in this topic
alfatone
Junior Member
**


0
5 posts 2 threads Joined: Jan 2012
01-21-2012, 04:04 PM -
#4
Hello!
For these purposes I use this VBS-script:
Code:
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "(^%+1)"  
rem Hotkey combination CTRL + ALT + SHIFT + 1
rem Shift     +
rem Ctrl     ^
rem Alt     %
Past this code into the new text-format programm (like Notepad, Notepad ++) and save to any_name.vbs.
Try Google WshShell.SendKeys.


Messages In This Thread
Re: Shortcut to send a hotkey combination? - by alfatone - 01-21-2012, 04:04 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)