AutoHotkey Community

It is currently May 22nd, 2012, 2:34 pm

All times are UTC [ DST ]


Search found 41 matches
Search these results:

Author Message

 Forum: Scripts   Topic: DragToScroll - Universal Drag & Fling/Flick Scrolling

Posted: March 17th, 2011, 12:10 am 

Replies: 176
Views: 31411


I don't know if you're aware of this -> IronAHK (alpha): cross platform .NET rewrite of AutoHotkey.

Maybe you could use it to port your script over to OS X.

 Forum: Scripts   Topic: DragToScroll - Universal Drag & Fling/Flick Scrolling

Posted: March 11th, 2011, 4:24 am 

Replies: 176
Views: 31411


Do you have to choose "Watch this topic" every time you reply for it to keep emailing you? It doesn't like to.... Sheesh. lol, I always get e-mail updates on watched topics, even after several months. Maybe you haven't selected the following option in your profile :arrow: "Always not...

 Forum: Scripts   Topic: DragToScroll - Universal Drag & Fling/Flick Scrolling

Posted: March 3rd, 2011, 5:35 am 

Replies: 176
Views: 31411


This may be a stretch, but I added the following scripts into the FireGestures extension as L/R gestures; Rewind (Go to First Page of History) if (gBrowser.sessionHistory.index > 0) gBrowser.gotoIndex(0); Fast Foward (Go to Last Page of History) var nav = gBrowser.webNavigation; var ...

 Forum: Scripts   Topic: DragToScroll - Universal Drag & Fling/Flick Scrolling

Posted: February 27th, 2011, 4:17 pm 

Replies: 176
Views: 31411


Here's what my user-customizable handlers look like (included tooltips like you're example): byPageMode := !byPageMode Tooltip((byPageMode ? "Page" : "Regular") . " Mode") Return ; Handlers for gesture actions GestureU: ToolTip("End / Bottom&quo...

 Forum: Scripts   Topic: DragToScroll - Universal Drag & Fling/Flick Scrolling

Posted: February 25th, 2011, 10:58 pm 

Replies: 176
Views: 31411


Exactly what i was hoping to do.  You come through again :) , it would have taken me forever to figure out how to code this. It's great for longer PDF or WORD documents (not to mention image browsers & folders with a long file list), especially if you have the mouse pointer set to a low sensitiv...

 Forum: Scripts   Topic: DragToScroll - Universal Drag & Fling/Flick Scrolling

Posted: February 21st, 2011, 3:48 am 

Replies: 176
Views: 31411


Thanks for the tip, the following code works great ;) :arrow: GestureU: if (WinProcessName = "wordpad.exe" [color=darkred]or[/color] WinProcessName = "winword.exe" [color=darkred]or[/color] WinProcessName = "powerpnt.exe" [color=darkred]or[/color] WinProcessName = &...

 Forum: Scripts   Topic: DragToScroll - Universal Drag & Fling/Flick Scrolling

Posted: February 20th, 2011, 3:45 pm 

Replies: 176
Views: 31411


I'm thinking that an alternative method which sends Ctrl (after the activation button is held for a length of time) and remaps WheelUp/WheelDown to perform PgUp/PgDn, while still being held, would be an even smoother way of achieving the ^Pg commands.  I hope this wouldn't be too difficult for DtS t...

 Forum: Scripts   Topic: DragToScroll - Universal Drag & Fling/Flick Scrolling

Posted: February 20th, 2011, 3:10 pm 

Replies: 176
Views: 31411


What's the proper syntax for defining multiple processes in a single line? I tried the following code, and several variations on it, but the ^{PgDn} wouldn't register. GestureU: if (WinProcessName = "wordpad.exe"|"winword.exe"|"powerpnt.exe"|"mspub.exe"|&q...

 Forum: Scripts   Topic: DragToScroll - Universal Drag & Fling/Flick Scrolling

 Post subject: Alternate Icons
Posted: February 16th, 2011, 6:25 am 

Replies: 176
Views: 31411


OK, here's a link to my ICO file and the hex code I used to replace the icon.  One problem, it doesn't seem to work!  I saved the AHK file and reloaded DtS, the dragging icon is still the default.  What am I missing? Aero Grab Hand Icon v1 http://bigpichost.com/files/draghand_trfit1ax.ico ; DRAGGING...

 Forum: Scripts   Topic: DragToScroll - Universal Drag & Fling/Flick Scrolling

 Post subject: Thanks
Posted: February 16th, 2011, 1:21 am 

Replies: 176
Views: 31411


I'm loving the new fling to jump gesture, would it be possible to optionally have it send a Ctrl-Home/Ctrl-End instead of scroll increments? The visual feedback is a welcomed addition also. Hand looks backwards though; palm facing outwards? I may create some more icons to share; editing the icons in...

 Forum: Scripts   Topic: Simple Mouse Gesture and Rocker

Posted: February 15th, 2011, 12:16 pm 

Replies: 107
Views: 23560


Excellent! thanks again.

 Forum: Scripts   Topic: Simple Mouse Gesture and Rocker

Posted: February 15th, 2011, 7:58 am 

Replies: 107
Views: 23560


OK, now I see what you did.  You allowed for modifier key plus mouse button w/ scroll wheel.  I was attempting to do gestures by just the modifier keys w/ scroll wheel.
EDIT:  Don't get me wrong, the way you currently have it set up is pretty cool.  Thanks.

 Forum: Scripts   Topic: Simple Mouse Gesture and Rocker

Posted: February 14th, 2011, 1:53 pm 

Replies: 107
Views: 23560


Thanks, your latest update is great. Any chance of wheel gestures with the modifier keys?

Whenever you have time!

 Forum: Scripts   Topic: Simple Mouse Gesture and Rocker

Posted: February 13th, 2011, 8:43 am 

Replies: 107
Views: 23560


The latest official update fixed the LButton issue :D . The modifier key update causes this error when I first try a LButton+Wheel gesture. http://bigpichost.com/files/dragrockwheelmod_v1qqe3w0.png followed by the old locked state for LButton bug (I'm guessing that's just because you tried the modi...

 Forum: Scripts   Topic: Simple Mouse Gesture and Rocker

Posted: February 11th, 2011, 9:06 am 

Replies: 107
Views: 23560


demomode:=false ;demonstration mode on/off. change to false when ready to use mintrack=20 ;minimum length of registered track sector in pixels wheelguard:=false ;set as desired. if true, wheel and middle button click can't both be used in the same gesture (recommended) [color=magenta]#MaxHo...
Sort by:  
Page 1 of 3 [ Search found 41 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group