| Author |
Message |
Topic: Invert number row on main keyboard? |
David.P
Replies: 15
Views: 305
|
Forum: Ask for Help Posted: Thu Nov 13, 2008 4:08 pm Subject: Almost working! |
For me, almost everything works now with the following script:
;###########################
; Reverse Shift for Number Keys on Main Keyboard
;###########################
*^::°
*1: ... |
Topic: Determine if Caret or Selection is off-screen in MS Word? |
David.P
Replies: 2
Views: 159
|
Forum: Ask for Help Posted: Mon Oct 27, 2008 7:21 am Subject: Determine if Caret or Selection is off-screen in MS Word? |
Thanks for the direction -- I'll have a look into this. Looks like pretty advanced stuff to me....
David.P |
Topic: Turning mouse wheel "n" times to fire a hotkey act |
David.P
Replies: 2
Views: 104
|
Forum: Ask for Help Posted: Fri Sep 26, 2008 6:50 am Subject: Turning mouse wheel "n" times to fire a hotkey act |
Thanks! That's just what I was after.
Cheers David.P |
Topic: Turning mouse wheel "n" times to fire a hotkey act |
David.P
Replies: 2
Views: 104
|
Forum: Ask for Help Posted: Thu Sep 25, 2008 6:40 pm Subject: Turning mouse wheel "n" times to fire a hotkey act |
Hi Forum,
is there a way to fire the hotkey only after the triggering action has taken place "n" times?
Like for example:
~WheelUp3::
Tooltip, You turned the mouse wheel 3 ... |
Topic: "And If" syntax |
David.P
Replies: 7
Views: 139
|
Forum: Ask for Help Posted: Thu Sep 25, 2008 2:38 pm Subject: "And If" syntax |
Thanks, I'll try this.
Anyway, I also had the IfEqual wrong. It must be
IfEqual, Color, Green
Cheers David.P |
Topic: "And If" syntax |
David.P
Replies: 7
Views: 139
|
Forum: Ask for Help Posted: Thu Sep 25, 2008 2:18 pm Subject: Re: "And If" syntax |
Hmm, if this works:
IfGreater,A_TimeIdlePhysical,333, IfEqual,MyVar,1
DoSomething
How come that this doesn't:
IfWinActive, Microsoft Word, IfEqual, Color, "Green"
DoSomething
Than ... |
Topic: Determine if Caret or Selection is off-screen in MS Word? |
David.P
Replies: 2
Views: 159
|
Forum: Ask for Help Posted: Thu Sep 25, 2008 10:23 am Subject: Determine if Caret or Selection is off-screen in MS Word? |
Hi Forum,
I was wondering whether - in MS Word - there was a way to determine if the Caret (text cursor), or the current text selection is off-screen.
A_Caret does not really work since as soon ... |
Topic: "ControlClick, x%MyVar% y333" not possible? |
David.P
Replies: 2
Views: 129
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 9:37 am Subject: "ControlClick, x%MyVar% y333" not possible? |
You're right! I only had the contents of my variable wrong.
Thanks!
Cheers David.P |
Topic: "ControlClick, x%MyVar% y333" not possible? |
David.P
Replies: 2
Views: 129
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 8:53 am Subject: "ControlClick, x%MyVar% y333" not possible? |
Hi Forum,
I was wondering how it would be possible to click in a window at a variable position, but without making the mouse cursor move.
As far as I know, the latter only works with ControlClic ... |
Topic: If Process, Exist syntax |
David.P
Replies: 2
Views: 121
|
Forum: Ask for Help Posted: Mon Sep 15, 2008 10:35 am Subject: If Process, Exist syntax |
Amazing, thanks! Works perfectly.
Cheers David.P |
Topic: If Process, Exist syntax |
David.P
Replies: 2
Views: 121
|
Forum: Ask for Help Posted: Mon Sep 15, 2008 9:58 am Subject: If Process, Exist syntax |
Hi Forum,
what is wrong with the following "If":
If (Process, Exist, Natspeak.exe) And Not (Process, Exist, MikrofonbarsPID)
Run, F:\Programme\Mikrofonbars.ahk,,,M ... |
Topic: Skript to check whether another script runs? |
David.P
Replies: 7
Views: 135
|
Forum: Ask for Help Posted: Mon Sep 15, 2008 9:47 am Subject: Skript to check whether another script runs? |
Perfect solution, THANKS!
Cheers David.P |
Topic: Skript to check whether another script runs? |
David.P
Replies: 7
Views: 135
|
Forum: Ask for Help Posted: Mon Sep 15, 2008 9:39 am Subject: Skript to check whether another script runs? |
Is this what turns up as "PID" in Task Manager? Iirc, this PID changes every time the process is started.  |
Topic: Skript to check whether another script runs? |
David.P
Replies: 7
Views: 135
|
Forum: Ask for Help Posted: Mon Sep 15, 2008 9:36 am Subject: Skript to check whether another script runs? |
| Yeah, but I'm constantly adding and changing stuff in that script, so I'd rather not compile it. |
Topic: Skript to check whether another script runs? |
David.P
Replies: 7
Views: 135
|
Forum: Ask for Help Posted: Mon Sep 15, 2008 9:33 am Subject: Skript to check whether another script runs? |
Hi forum,
is there a way to check (e.g. via "Process") if another script is running? In Task Manager, all my scripts turn up as Autohotkey.exe -- so its hard to tell which process belongs ... |
| |