| Author |
Message |
Topic: Losing Keyboard Control after hotstring |
wideeyedguy
Replies: 8
Views: 202
|
Forum: Ask for Help Posted: Tue Dec 08, 2009 1:05 pm Subject: Losing Keyboard Control after hotstring |
The ControlFocus is not working.
I'm reading in the forums to see how others have dealt with to try and narrow down my issue with it.
Thanks,
weg |
Topic: Losing Keyboard Control after hotstring |
wideeyedguy
Replies: 8
Views: 202
|
Forum: Ask for Help Posted: Sat Dec 05, 2009 8:10 pm Subject: Losing Keyboard Control after hotstring |
hugoV,
We're getting very close.
Tested multiple times - switching between my original script and your mod and yours has yet to lockup the keyboard.
However, when working in the Internet Expl ... |
Topic: Losing Keyboard Control after hotstring |
wideeyedguy
Replies: 8
Views: 202
|
Forum: Ask for Help Posted: Sat Dec 05, 2009 4:54 pm Subject: Losing Keyboard Control after hotstring |
106: TodayNow := A_Now
107: TodayMinus1 := A_Now
108: TodayMinus1 += -1
109: FormatTime,TodayMinus1,%TodayMinus1%,M/d/yy
110: FormatTime,TodayNow,%TodayNow%,M/d/yy
111: Send,%TodayNow% -dg- Settl ... |
Topic: Losing Keyboard Control after hotstring |
wideeyedguy
Replies: 8
Views: 202
|
Forum: Ask for Help Posted: Fri Dec 04, 2009 9:02 pm Subject: Losing Keyboard Control after hotstring |
sinkfaze,
It doesn't differ whether working in my text editor (NoteTab),
Word, or the IE GUI interface our company uses for our database front end. The lockup happens regardless.
The script is ... |
Topic: Losing Keyboard Control after hotstring |
wideeyedguy
Replies: 8
Views: 202
|
Forum: Ask for Help Posted: Fri Dec 04, 2009 8:23 pm Subject: Losing Keyboard Control after hotstring |
I am losing keyboard control when running this script.
After it completes, I lose all movement (arrows, bkspc, enter, etc.)
and cannot type anything to the screen (apps).
The only way I can get out ... |
Topic: Problem - Hotstrings typing on screen one at a time. |
wideeyedguy
Replies: 16
Views: 325
|
Forum: Ask for Help Posted: Tue Dec 01, 2009 3:11 pm Subject: Problem - Hotstrings typing on screen one at a time. |
hugoV,
I was premature with thinking the Clipboard method was going to work.
It's not.
When I was testing it yesterday, I was only testing it in my text editor and was working fine. Now that I' ... |
Topic: Problem - Hotstrings typing on screen one at a time. |
wideeyedguy
Replies: 16
Views: 325
|
Forum: Ask for Help Posted: Tue Dec 01, 2009 12:03 am Subject: Problem - Hotstrings typing on screen one at a time. |
As you can see from the two snippets I pasted as examples,
I have used 'SendInput' and 'Send'.
Since the Help notes state that SendInput Mode makes Send synonomous with SendInput, I didn't see muc ... |
Topic: Problem - Hotstrings typing on screen one at a time. |
wideeyedguy
Replies: 16
Views: 325
|
Forum: Ask for Help Posted: Mon Nov 30, 2009 5:51 pm Subject: Problem - Hotstrings typing on screen one at a time. |
Keyboard rate is set to fast, from what I can see for those settings.
I've been experimenting with the ClipBoard paste method
and am not "gettin' it". I'm sure this is due to my limited ... |
Topic: Problem - Hotstrings typing on screen one at a time. |
wideeyedguy
Replies: 16
Views: 325
|
Forum: Ask for Help Posted: Mon Nov 30, 2009 1:46 pm Subject: Problem - Hotstrings typing on screen one at a time. |
a_h_k,
Appears it was a typo, but has zero effect on the script
or the issue I'm having.
Any ideas to solve my problem?
Thanks,
weg |
Topic: Problem - Hotstrings typing on screen one at a time. |
wideeyedguy
Replies: 16
Views: 325
|
Forum: Ask for Help Posted: Thu Nov 19, 2009 7:50 pm Subject: Problem - Hotstrings typing on screen one at a time. |
I appreciate your patience.
How do I "check" my keyboard settings in the OS?
Perhaps if we step aside from the issue of the textstrings
and focus on why I'm losing keyboard functional ... |
Topic: Problem - Hotstrings typing on screen one at a time. |
wideeyedguy
Replies: 16
Views: 325
|
Forum: Ask for Help Posted: Tue Nov 17, 2009 3:30 pm Subject: Problem - Hotstrings typing on screen one at a time. |
HugoV,
Where did I make a reference to 'focus'?
I'm missing what you're saying.
". . . but you can store the ? and restore the current window and or control before . . ."
Thank you ... |
Topic: Problem - Hotstrings typing on screen one at a time. |
wideeyedguy
Replies: 16
Views: 325
|
Forum: Ask for Help Posted: Tue Nov 17, 2009 2:06 pm Subject: Problem - Hotstrings typing on screen one at a time. |
Thanks for the reply.
I am using SendMode Input which makes Send synonomous with SendInput. Both ignore SetKeyDelay according to Help.
SetBatchLines didn't change anything.
I'm reading up on ... |
Topic: Problem - Hotstrings typing on screen one at a time. |
wideeyedguy
Replies: 16
Views: 325
|
Forum: Ask for Help Posted: Mon Nov 16, 2009 4:21 pm Subject: Problem - Hotstrings typing on screen one at a time. |
Recently moved to a new PC, but have made zero changes to
the scripts for my hotstrings.
When entering a shortcut i.e. !s:: to initiate a hotstring,
the hotstring is entered into whatever editor ... |
Topic: Outlook 2003 - Assign Category label with shortcut key |
wideeyedguy
Replies: 1
Views: 204
|
Forum: Ask for Help Posted: Mon Apr 20, 2009 1:40 pm Subject: Outlook 2003 - Assign Category label with shortcut key |
This post has yet to receive a single reply offering assistance.
Can I at least get some feedback as to why this hasn't
garnered suggestions, solutions, or comments?
What do I need to do to ge ... |
Topic: Outlook 2003 - Assign Category label with shortcut key |
wideeyedguy
Replies: 1
Views: 204
|
Forum: Ask for Help Posted: Thu Apr 09, 2009 4:20 pm Subject: Outlook 2003 - Assign Category label with shortcut key |
Would like to use AHK script to assign a Category label
called "1 - Client - sent to" to an email that is open and/or
to one that is merely selected (but not open) in an email folder.
I ... |
| |