| Author |
Message |
Topic: mouse gesture performance |
baby-luck
Replies: 6
Views: 1140
|
Forum: Ask for Help Posted: Wed Aug 09, 2006 8:01 pm Subject: mouse gesture performance |
Deleted. ROTFLOL. no problem
Don't still have it but I was interested to really know in what way people actually use gestures; so here it is again but more to the point:
I knew of Strokeit be ... |
Topic: Autoreplace with ToolTips |
baby-luck
Replies: 3
Views: 367
|
Forum: Ask for Help Posted: Mon Aug 07, 2006 6:17 pm Subject: Autoreplace with ToolTips |
Er... not sure as never used hotstrings but maybe something like what is contained in the *manual* for "Hotstrings and Auto-replace" and "ToolTip"??
Try combining the "Thi ... |
Topic: mouse gesture performance |
baby-luck
Replies: 6
Views: 1140
|
Forum: Ask for Help Posted: Sun Aug 06, 2006 3:29 pm Subject: mouse gesture performance |
| (post accidentally deleted) |
Topic: mouse gesture performance |
baby-luck
Replies: 6
Views: 1140
|
Forum: Ask for Help Posted: Fri Aug 04, 2006 4:44 am Subject: mouse gesture performance |
Hello,
I have written my own version of a mouse gesture script. I have read thru and briefly tried
squared and angled S
____ _____
| /
|____ \_____
| ... |
Topic: Context Notifier using Messages to contact Listeners |
baby-luck
Replies: 0
Views: 444
|
Forum: Scripts & Functions Posted: Tue Aug 01, 2006 9:09 pm Subject: Context Notifier using Messages to contact Listeners |
Hi,
I have to say this was a little bit of an adventure and you may or may not find it useful.
Lots of people mentioned timers and how they check which window/control the mouse is over to give c ... |
Topic: how to open the recycle bin? |
baby-luck
Replies: 7
Views: 465
|
Forum: Ask for Help Posted: Fri Apr 28, 2006 7:43 am Subject: how to open the recycle bin? |
I had tried a few of the main ones using
Run, explorer.exe ::{21EC2O2O-3AEA-1O69-A2DD-08002b30309d}
but found that the Control Panel one (shown) didn't work  |
Topic: Escape to Close |
baby-luck
Replies: 18
Views: 4269
|
Forum: Scripts & Functions Posted: Fri Apr 28, 2006 5:33 am Subject: Escape to Close |
hi,
have you been running this for a while now? how is it working out?
i am wondering because i have just finished a gesture script for Windows Explorer with various functions (using the same ge ... |
Topic: Simple Code question |
baby-luck
Replies: 3
Views: 361
|
Forum: Ask for Help Posted: Fri Apr 28, 2006 5:18 am Subject: Simple Code question |
docs: "Variables and Expressions: AutoHotkey has no explicitly defined variable types; all variables are stored as character strings."
i think passing something like a struct would have t ... |
Topic: How do I do this |
baby-luck
Replies: 3
Views: 403
|
Forum: Ask for Help Posted: Fri Apr 28, 2006 5:12 am Subject: How do I do this |
not really surprised you haven't got a reply until now. read the "Hotkeys (Mouse, Joystick and Keyboard Shortcuts)" chapter in the docs
It will show you how to combine the keys
however ... |
Topic: not critical, but how is tricky Send/SendInput working? |
baby-luck
Replies: 4
Views: 316
|
Forum: Ask for Help Posted: Tue Apr 25, 2006 6:47 pm Subject: not critical, but how is tricky Send/SendInput working? |
not a problem, the very least i could do to give a little back  |
Topic: Script to open a file in Xemacs - problem with space in path |
baby-luck
Replies: 1
Views: 253
|
Forum: Ask for Help Posted: Tue Apr 25, 2006 3:21 pm Subject: Script to open a file in Xemacs - problem with space in path |
Hi,
If you are going to use filenames on the command line it'd be best to enclose it in double quotes otherwise a space can cause it to be interpreted as 2 arguments (depends on the program)
try ... |
Topic: returning mouse button actions to normal windows |
baby-luck
Replies: 2
Views: 308
|
Forum: Ask for Help Posted: Tue Apr 25, 2006 3:01 pm Subject: returning mouse button actions to normal windows |
Nice idea.
Would that be too much of an overhead tho? It'd have to be running all the time right?
And would it have to only turn on the Hotkey when the cursor was over the active explorer window ... |
Topic: Newbie Help with a simple script |
baby-luck
Replies: 4
Views: 302
|
Forum: Ask for Help Posted: Tue Apr 25, 2006 1:03 pm Subject: Newbie Help with a simple script |
Personally I found the documentation quite complete
I am guessing you just need to define a hotkey and then "Send" the keys in order, possibly waiting for the new window to activate
Fo ... |
Topic: not critical, but how is tricky Send/SendInput working? |
baby-luck
Replies: 4
Views: 316
|
Forum: Ask for Help Posted: Tue Apr 25, 2006 12:51 pm Subject: thanks |
Thanks for the idea.
I originally thot it was because it was a multiple key stroke but #e worked
FWIW SendPlay gives the same result as SendInput
 |
Topic: not critical, but how is tricky Send/SendInput working? |
baby-luck
Replies: 4
Views: 316
|
Forum: Ask for Help Posted: Tue Apr 25, 2006 12:04 pm Subject: not critical, but how is tricky Send/SendInput working? |
Hi,
This is not critical as I can avoid it but:
running in a script when on a Windows Explorer window, i use mouse gestures (RButton down, record mouse coords, RButton up, send the keys) to do o ... |
| |