AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 22 matches
AutoHotkey Community Forum Index
Author Message
  Topic: QTTabBar - conflict with AHK?
wideeyedguy

Replies: 2
Views: 80

PostForum: Ask for Help   Posted: Sat Sep 03, 2011 12:05 pm   Subject: QTTabBar - conflict with AHK?
Thanks for the suggestion; however, no solution.

Why the need for a direct restatement of the Active class in the WinClose lines when it seems that
it should know what it is closing from the #IfW ...
  Topic: QTTabBar - conflict with AHK?
wideeyedguy

Replies: 2
Views: 80

PostForum: Ask for Help   Posted: Fri Sep 02, 2011 5:46 pm   Subject: QTTabBar - conflict with AHK?
Before installing and activating the Windows Explorer add-in called QTTabBar, I could close the standard Explorer window with a simple keyboard shortcut via AHK script.

Now with QTTabBar activated ...
  Topic: Clipboard History (with GUI)
wideeyedguy

Replies: 14
Views: 2703

PostForum: Scripts & Functions   Posted: Wed Sep 01, 2010 8:09 pm   Subject: Clipboard History (with GUI)
I am missing something.

Is Ctrl+C (^C) still used for the initial Copy to Win Clipboard?
My Ctrl+C seems now to be disabled with the script running.

Also, what does the $ in front of the hotkey ...
  Topic: WinActivate opens VBE editor when not intended
wideeyedguy

Replies: 7
Views: 269

PostForum: Ask for Help   Posted: Tue Aug 31, 2010 10:16 am   Subject: WinActivate opens VBE editor when not intended
Thank you. I think I misread the online help.
I'm a 'dangerous' macro programmer, if you know what I mean.

I'm experimenting with the revised code and will
see how consistent it behaves.

weg
  Topic: WinActivate opens VBE editor when not intended
wideeyedguy

Replies: 7
Views: 269

PostForum: Ask for Help   Posted: Mon Aug 30, 2010 9:28 pm   Subject: WinActivate opens VBE editor when not intended
leef_me, thanks for the explanation.
I do understand what you are pointing out.
And, the 'return' is inside or outside the block?

In online doc, it seems to show 'inside'.

weg
  Topic: WinActivate opens VBE editor when not intended
wideeyedguy

Replies: 7
Views: 269

PostForum: Ask for Help   Posted: Mon Aug 30, 2010 8:04 pm   Subject: WinActivate opens VBE editor when not intended
leef me - yes, my clumsiness. It is "start work.xls" and I believe TLM
probably pinpointed the right fault. It is opening VBE due to it having
the same 'start work.xls' available to find b ...
  Topic: WinActivate opens VBE editor when not intended
wideeyedguy

Replies: 7
Views: 269

PostForum: Ask for Help   Posted: Mon Aug 30, 2010 7:14 pm   Subject: WinActivate opens VBE editor when not intended
I'm using the code shown to bring my Excel app to the front
with the specific xls that I use as a type of 'launch pad' for various
operations.


#F12::
SetTitleMatchMode, 2
DetectHidden ...
  Topic: Losing Keyboard Control after hotstring
wideeyedguy

Replies: 11
Views: 563

PostForum: Ask for Help   Posted: Tue Dec 08, 2009 12: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: 11
Views: 563

PostForum: Ask for Help   Posted: Sat Dec 05, 2009 7: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: 11
Views: 563

PostForum: Ask for Help   Posted: Sat Dec 05, 2009 3: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: 11
Views: 563

PostForum: Ask for Help   Posted: Fri Dec 04, 2009 8: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: 11
Views: 563

PostForum: Ask for Help   Posted: Fri Dec 04, 2009 7: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: 571

PostForum: Ask for Help   Posted: Tue Dec 01, 2009 2: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: 571

PostForum: Ask for Help   Posted: Mon Nov 30, 2009 11:03 pm   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: 571

PostForum: Ask for Help   Posted: Mon Nov 30, 2009 4: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 ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group