| Author |
Message |
Topic: simple hotkeys beehave badly with the "Word" |
comvox
Replies: 9
Views: 180
|
Forum: Ask for Help Posted: Sat Jan 21, 2012 11:05 pm Subject: simple hotkeys beehave badly with the "Word" |
| Once you use 3 as a prefix in a hotkey, as in 3 & You can define a custom combination of two keys (except joystick buttons) by using " & " between them. In the below example, you wou ... |
Topic: LabelControl - Direct access to window controls |
comvox
Replies: 2
Views: 3449
|
Forum: Scripts & Functions Posted: Sat Dec 10, 2011 1:11 am Subject: LabelControl - Direct access to window controls |
Try
http://www.donationcoder.com/Software/Skrommel/
in general, and
http://www.donationcoder.com/Software/Skrommel/#LabelControl
in particular. |
Topic: Crosshairs for ANY FPS |
comvox
Replies: 4
Views: 347
|
Forum: Scripts & Functions Posted: Tue Nov 15, 2011 2:26 am Subject: Crosshairs for ANY FPS |
| Brynaldo, sorry. I didn't mean to pour cold water on your efforts, just to give some info. As for your script, I also had trouble with it, but this may be due in part to not knowing what you were aimi ... |
Topic: Crosshairs for ANY FPS |
comvox
Replies: 4
Views: 347
|
Forum: Scripts & Functions Posted: Mon Nov 14, 2011 4:59 pm Subject: Crosshairs for ANY FPS |
Some other crosshair scripts, such as that by evilc, can be found given or listed at
http://www.autohotkey.com/forum/topic62373.html. |
Topic: ImageSearch basics |
comvox
Replies: 13
Views: 317
|
Forum: Ask for Help Posted: Sat Nov 12, 2011 5:11 pm Subject: ImageSearch basics |
.... I am using the syntax per the help file example.
It is mystifying. I hadn't had too much trouble with imagesearch in the past, but when I tried your script, which is the example in the help fi ... |
Topic: using spacebar as a hotkey trigger |
comvox
Replies: 3
Views: 129
|
Forum: Ask for Help Posted: Tue Oct 11, 2011 12:44 am Subject: using spacebar as a hotkey trigger |
Well, let's try an additional hotstring option:
:*?: ::. |
Topic: using spacebar as a hotkey trigger |
comvox
Replies: 3
Views: 129
|
Forum: Ask for Help Posted: Tue Oct 11, 2011 12:10 am Subject: using spacebar as a hotkey trigger |
Try
:*: ::. |
Topic: RADIAL MENU scripts - updates - 29.01.2012. |
comvox
Replies: 713
Views: 98594
|
Forum: Scripts & Functions Posted: Fri Sep 30, 2011 9:16 pm Subject: RADIAL MENU scripts - updates - 29.01.2012. |
Btw, tell me do you like that "base 8" layout more than default "base 6" layout (6.12.18.24)?
I don't have a general preference. My main radial menu is still "base 6", w ... |
Topic: RADIAL MENU scripts - updates - 29.01.2012. |
comvox
Replies: 713
Views: 98594
|
Forum: Scripts & Functions Posted: Tue Sep 27, 2011 11:36 pm Subject: RADIAL MENU scripts - updates - 29.01.2012. |
| It seems that a small change in RM2-module v2.12 from previous versions is that one has to use four numbers in ItemLayoutPerRing, even if one wants fewer than four rings. For example, ItemLayoutPerRin ... |
Topic: Background Loop Script. |
comvox
Replies: 11
Views: 341
|
Forum: Ask for Help Posted: Tue Sep 20, 2011 12:53 pm Subject: Background Loop Script. |
Is there any solution to my problem?
I tried looking into your problem yesterday. But I don't know what program GxWindowClass refers to, and if I just used your code without having that specific prog ... |
Topic: Practical OOP-advantage-showing example is needed |
comvox
Replies: 40
Views: 1343
|
Forum: Ask for Help Posted: Wed Sep 14, 2011 1:55 pm Subject: Practical OOP-advantage-showing example is needed |
Oops, I didn't mean only Custom Objects, but all the examples. Looking for really handholding tutorials. Do it for the noobs!
I have the same problem with various of the examples in the documentat ... |
Topic: RADIAL MENU scripts - updates - 29.01.2012. |
comvox
Replies: 713
Views: 98594
|
Forum: Scripts & Functions Posted: Fri Sep 09, 2011 3:05 am Subject: RADIAL MENU scripts - updates - 29.01.2012. |
| My suggestion for the Cmd function in Radial Menu Designer is that it would allow one to execute particular items (rather than having to reload RM4, and then try out the item). So might open the item ... |
Topic: Problem with multiple hotkeys in 1 .ahk file |
comvox
Replies: 3
Views: 108
|
Forum: Ask for Help Posted: Mon Sep 05, 2011 5:43 pm Subject: Problem with multiple hotkeys in 1 .ahk file |
Metagross,
You forgot to put a "Return" at the end of the code for a hotkey. The code for a hotkey doesn't have to be in brackets. Instead, the end of the code is marked by a Return. Se ... |
Topic: RADIAL MENU scripts - updates - 29.01.2012. |
comvox
Replies: 713
Views: 98594
|
Forum: Scripts & Functions Posted: Mon Aug 29, 2011 3:59 pm Subject: RADIAL MENU scripts - updates - 29.01.2012. |
UNBELIEVABLE! That menudesigner is to good to be true! Learning one thank you veeeery much.
Those are my feelings too! It makes tinkering with menus enjoyable. It's the single best thing that cou ... |
Topic: Using Two or More Arbitrary Modifiers |
comvox
Replies: 10
Views: 296
|
Forum: Ask for Help Posted: Mon Aug 15, 2011 6:48 pm Subject: Using Two or More Arbitrary Modifiers |
The problem is the difference between "traditional if-statements" and expressions. You can, for example, write
If LWinState = D
as a traditional if-statement, but when there's parentheses, ... |
| |