| View previous topic :: View next topic |
| Author |
Message |
Dinguz Guest
|
Posted: Thu Oct 29, 2009 9:20 pm Post subject: HOW TO, enter ''command'' on release of WIN+R |
|
|
===========
CapsLock::#r
===========
what do i add so that it executes my command when i lift capslock (win + R)? |
|
| Back to top |
|
 |
Vifon
Joined: 22 Feb 2009 Posts: 47 Location: Poland
|
Posted: Thu Oct 29, 2009 10:17 pm Post subject: |
|
|
Is it what you want?
| Code: | CapsLock::
Send #r ; Press Win+R
KeyWait CapsLock ; Wait for CapsLock to be released
YOUR COMMANDS GO HERE
Return |
|
|
| Back to top |
|
 |
Dinguz Guest
|
Posted: Thu Oct 29, 2009 11:21 pm Post subject: |
|
|
WINDOWS + R = run dialogue
(which I have replaced with executor.exe <like launchy)
so i want the program to start when i supress CapsLock which i have bound to Winkey + R
then i enter ``notepad.exe`` or whatever
AND
when i release CapsLock\#+R there is an ENTER
or
send ENTER maybe |
|
| Back to top |
|
 |
Dinguz
Joined: 30 Oct 2009 Posts: 26
|
Posted: Fri Oct 30, 2009 12:09 am Post subject: |
|
|
figured out the {enter}
thanks for the `send`
so, far I had only made simple rebind kinda hotkeys. |
|
| Back to top |
|
 |
|