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 27 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Censorship and bad manners
Icfu

Replies: 4
Views: 280

PostForum: General Chat   Posted: Sun Jan 27, 2008 9:10 pm   Subject: Censorship and bad manners
As an objective observer of this forum I am asking myself why it's tolerated that majkinetor's postings are deleted/censored while Kosovo(a)'s postings are allowed to stay much longer. Moderators shou ...
  Topic: ~Up event eats down event (bug invented in 1.0.47.02)
Icfu

Replies: 2
Views: 251

PostForum: Bug Reports   Posted: Fri Aug 24, 2007 4:12 am   Subject: ~Up event eats down event (bug invented in 1.0.47.02)
Overlooked that, sorry...

Icfu
  Topic: ~Up event eats down event (bug invented in 1.0.47.02)
Icfu

Replies: 2
Views: 251

PostForum: Bug Reports   Posted: Wed Aug 22, 2007 4:43 pm   Subject: ~Up event eats down event (bug invented in 1.0.47.02)
This example code will eat the mouse click in all windows!

#IfWinActive, non_existing_window
~LButton Up:: ; you can also use ~a UP:: and the like
Return

1. The window doesn't ...
  Topic: [module] HiEdit 3.0.0.1-2
Icfu

Replies: 94
Views: 11629

PostForum: Scripts & Functions   Posted: Tue May 15, 2007 7:42 pm   Subject: [module] HiEdit 3.0.0.1-2
1st posting includes the hosting.

Icfu
  Topic: [module] HiEdit 3.0.0.1-2
Icfu

Replies: 94
Views: 11629

PostForum: Scripts & Functions   Posted: Sat May 12, 2007 6:16 pm   Subject: [module] HiEdit 3.0.0.1-2
goodness = features * speed^2 / size

There is one hobby that all AHK users have in common:
They like typing.

Icfu
  Topic: [module] HiEdit 3.0.0.1-2
Icfu

Replies: 94
Views: 11629

PostForum: Scripts & Functions   Posted: Sat May 12, 2007 4:51 pm   Subject: [module] HiEdit 3.0.0.1-2
What box do I need to have performance problems with AHK? I am even running AHK on an antique PII 333. Wink
I start AHK and swoosh – it's there, just like magic. What amount of performance degree ...
  Topic: Problem: #IfWinActive with Locate
Icfu

Replies: 21
Views: 1273

PostForum: Ask for Help   Posted: Mon Nov 13, 2006 3:03 pm   Subject: Problem: #IfWinActive with Locate
Now, if we only can find a way to select a file name without quick search....
You can get rid of quicksearch box as TC 7 supports several listbox commands now, all hidden in this changelog entry:
1 ...
  Topic: Problem: #IfWinActive with Locate
Icfu

Replies: 21
Views: 1273

PostForum: Ask for Help   Posted: Mon Nov 13, 2006 1:58 pm   Subject: Problem: #IfWinActive with Locate
@majki:
Command line can be activated also when it's disabled!
Try 4003. Wink

Icfu
  Topic: Problem: #IfWinActive with Locate
Icfu

Replies: 21
Views: 1273

PostForum: Ask for Help   Posted: Mon Nov 13, 2006 12:32 pm   Subject: Problem: #IfWinActive with Locate
Any way to script that?
Nope, there's no way to script that as TC doesn't support feeding a list with items from the outside.

@majki:
You are right when TC is started already of course, but I don ...
  Topic: Problem: #IfWinActive with Locate
Icfu

Replies: 21
Views: 1273

PostForum: Ask for Help   Posted: Mon Nov 13, 2006 10:01 am   Subject: Problem: #IfWinActive with Locate
This is an adjusted script which waits for successful path change and should work flawlessly.

#IfWinActive, Locate ahk_class #32770
^f::
sFileName := ""
sPath := " ...
  Topic: Avoiding recursion with hotkeys
Icfu

Replies: 3
Views: 404

PostForum: Ask for Help   Posted: Fri Oct 06, 2006 3:29 pm   Subject: Avoiding recursion with hotkeys
$Esc::

Wink

Icfu
  Topic: Up hotkeys destroy Down events
Icfu

Replies: 11
Views: 660

PostForum: Bug Reports   Posted: Mon May 29, 2006 10:19 am   Subject: Up hotkeys destroy Down events
I think you can get away with something much simpler:
~LButton up::ToolTip %A_ThisHotkey%
Like I said, I want to PREVENT the "LButton Up" event when the user clicks the "X" to c ...
  Topic: Up hotkeys destroy Down events
Icfu

Replies: 11
Views: 660

PostForum: Bug Reports   Posted: Sun May 28, 2006 12:25 am   Subject: Up hotkeys destroy Down events
Thanks again, now I got it. Wink
Looks like several stuff has changed in AHK after Click has been invented...

Unfortunately the new need for the additional down event leads to very bad side effects ...
  Topic: Up hotkeys destroy Down events
Icfu

Replies: 11
Views: 660

PostForum: Bug Reports   Posted: Sat May 27, 2006 11:22 pm   Subject: Up hotkeys destroy Down events
Well, it has been removed obviously. Looks like I have missed something in the changelog...

Anyway, it is not possible to create an LButton Up hotkey right now without breaking left click and drag& ...
  Topic: Up hotkeys destroy Down events
Icfu

Replies: 11
Views: 660

PostForum: Bug Reports   Posted: Sat May 27, 2006 10:42 pm   Subject: Up hotkeys destroy Down events
LButton Down::
Click
Return

gives "invalid hotkey", so your workaround isn't suitable in my case unfortunately, as I try to prevent clicking the X to close an application while ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group