| Author |
Message |
Topic: Censorship and bad manners |
Icfu
Replies: 4
Views: 280
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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.
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
|
Forum: 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
|
Forum: 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.
Icfu |
Topic: Problem: #IfWinActive with Locate |
Icfu
Replies: 21
Views: 1273
|
Forum: 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
|
Forum: 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
|
Forum: Ask for Help Posted: Fri Oct 06, 2006 3:29 pm Subject: Avoiding recursion with hotkeys |
$Esc::
Icfu |
Topic: Up hotkeys destroy Down events |
Icfu
Replies: 11
Views: 660
|
Forum: 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
|
Forum: Bug Reports Posted: Sun May 28, 2006 12:25 am Subject: Up hotkeys destroy Down events |
Thanks again, now I got it.
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
|
Forum: 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
|
Forum: 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 ... |
| |