| View previous topic :: View next topic |
| Author |
Message |
coop Guest
|
Posted: Wed May 28, 2008 7:09 pm Post subject: context-sensitive hotstrings for non-text programs |
|
|
I am familiar with the textbased programs such as Notepad and using howilltstrings that are exclusive to each (Ifwinactive).
But now I want to do the same thing with other programs, like vlc. And it would be nice if I could retain context-sensitivity. |
|
| Back to top |
|
 |
IsNull
Joined: 10 May 2007 Posts: 112 Location: .switzerland
|
Posted: Wed May 28, 2008 7:13 pm Post subject: |
|
|
Ifwinactive works on every window... whats the problem? _________________ http://securityvision.ch
 |
|
| Back to top |
|
 |
coop Guest
|
Posted: Wed May 28, 2008 7:30 pm Post subject: |
|
|
| IsNull wrote: | | Ifwinactive works on every window... whats the problem? |
This is code for Vlc player.
| Code: | #ifwinactive AHK_class wxWindowClassNR
::btw::
MsgBox You typed "btw".
return |
It doesn't do anything. |
|
| Back to top |
|
 |
coop Guest
|
Posted: Wed May 28, 2008 7:33 pm Post subject: |
|
|
| coop wrote: | | IsNull wrote: | | Ifwinactive works on every window... whats the problem? |
This is code for Vlc player.
| Code: | #ifwinactive AHK_class wxWindowClassNR
::btw::
MsgBox You typed "btw".
return |
It doesn't do anything. |
Edit: I figured it out.  |
|
| Back to top |
|
 |
|