Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Shortcut to send a hotkey combination?
01-21-2012, 02:31 PM
Post: #1
Shortcut to send a hotkey combination?
Is it possible to create a shortcut on the toolbar that would send a hotkey combination when clicked?

Thanks
Find all posts by this user
Quote this message in a reply
01-21-2012, 02:57 PM
Post: #2
Re: Shortcut to send a hotkey combination?
TLB itself cant to do this. But you can use the windows scripting or something like autohotkey

The TORDEX Team
http://www.tordex.com
Visit this user's website Find all posts by this user
Quote this message in a reply
01-21-2012, 03:13 PM
Post: #3
Re: Shortcut to send a hotkey combination?
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!
Find all posts by this user
Quote this message in a reply
01-21-2012, 04:04 PM
Post: #4
Re: Shortcut to send a hotkey combination?
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)