| Author |
Message |
Forum: Support Topic: IfWinActive with multiple windows as parameter |
| magarocule |
|
Posted: November 26th, 2009, 9:43 pm
|
|
Replies: 7 Views: 625
|
| Or you could try: Settitlematchmode, Regex #IfWinactive ahk_class (class1|class2|class3) !1:: do stuff return That's it man! Thanks! Some intuition would use me well, a (|) is not so hard to think of. Too bad intuition works rationally and mine is baffled. You can be in front of the wave, o... |
|
 |
Forum: Support Topic: IfWinActive with multiple windows as parameter |
| magarocule |
|
Posted: November 26th, 2009, 9:20 pm
|
|
Replies: 7 Views: 625
|
Anonymous wrote: u can group them by using ahk_group check help file for more details (related to GroupAdd)
I did but the hotkey stopped working because of that.
Code: #IfWinActive, ahk_group xyz !1:: { do stuff return }
Should this work for all windows in xyz? |
|
 |
Forum: Support Topic: How this format for hour? |
| magarocule |
|
Posted: November 26th, 2009, 9:14 pm
|
|
Replies: 2 Views: 251
|
| This is the syntax formatting that I wanted: ^+KEY:: FormatTime, abcd,, H:mm:s SendInput, %abcd% return Control Shift KEY does: formats the time, puts it here in this random variable, skips this, in this specific format where : is just a decoration sends - writes, the value inside this variable beca... |
|
 |
Forum: Support Topic: IfWinActive with multiple windows as parameter |
| magarocule |
|
Posted: November 26th, 2009, 4:11 am
|
|
Replies: 7 Views: 625
|
Don't understand that. Please offer references and Detail.
Note, I'm very bad at coding. |
|
 |
Forum: Support Topic: IfWinActive with multiple windows as parameter |
| magarocule |
|
Posted: November 26th, 2009, 3:15 am
|
|
Replies: 7 Views: 625
|
IfWinActive with multiple windows as parameter?
eg.
Code: #IfWinActive, ahk_class Type1 Type2 Type3 !1:: do stuff return |
|
 |
Forum: Support Topic: How this format for hour? |
| magarocule |
|
Posted: October 31st, 2009, 11:28 pm
|
|
Replies: 2 Views: 251
|
one in the morning, seven minutes, seven seconds:
1:7:7 AM.
I couldn't do it with the FormatTime thing. |
|
 |
Forum: Support Topic: Keys, hotkeys. How 2 complex hotkey. |
| magarocule |
|
Posted: October 31st, 2009, 11:25 pm
|
|
Replies: 4 Views: 188
|
|
 |
Forum: Support Topic: Keys, hotkeys. How 2 complex hotkey. |
| magarocule |
|
Posted: October 20th, 2009, 9:50 pm
|
|
Replies: 4 Views: 188
|
I want the combination:
ctrl shift z F12::SendInput, A
ctrl alt z F12::SendInput, B
The "&" thing disables keys. And I can not use it with/in ^!+z & F12 :: bla |
|
 |
| Sort by: |