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
Blue Proteus
Junior Member
**


0
18 posts 9 threads Joined: Jun 2009
01-21-2012, 02:31 PM -
#1
Is it possible to create a shortcut on the toolbar that would send a hotkey combination when clicked?

Thanks
Yuri Kobets
Posting Freak
*****


10
6,208 posts 429 threads Joined: Jan 2002
01-21-2012, 02:57 PM -
#2
TLB itself cant to do this. But you can use the windows scripting or something like autohotkey
The TORDEX Team
http://www.tordex.com
Blue Proteus
Junior Member
**


0
18 posts 9 threads Joined: Jun 2009
01-21-2012, 03:13 PM -
#3
Yuri Kobets Wrote:TLB itself cant to do this. But you can use the windows scripting or something like autohotkey

I was just looking at Autohotkey, I think I'll give it a try.
I'm assuming a shortcut created with Autohotkey could be run from the toolbar?

Also, thanks for making the Tordex Wheel free to those that bought True Launch Bar. I just stumbled onto it on your site, and it's always annoyed me that you have to activate a window before you can scroll in it!
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.


Forum Jump:


Users browsing this thread: 1 Guest(s)