cheek wrote:
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

"Always notify me of replies:"
cheek wrote:
Thanks for this; its something to be aware of, I don't think there's a technical bug here, but the settings may need to be tweaked. We've got a lot of functionally assigned to a single button, and it starts to become difficult for this functionality not to overlap. Maybe try simply lowering the doubleclick threshold.
Indeed, there is a lot assigned to the active button (MButton for me). I've already lowered the multi-click threshold in mouse properties as far as I can while keeping the ability to triple-click

. I usually end up changing modes while trying to rapidly go back a couple pages/folders in a browsers history.
Speaking of doing too much with MButton

. I inserted the following code at the end of DtS. Unfortunately ended up having to line out commands that begin with MButton so as to not break DtS.
Code:
;;;;; Rocker & Wheel Gestures ;;;;;
~LButton & RButton::Send, {LButton Up}^c
~LButton & MButton::Send, {F2}
~RButton & LButton::Send, ^v
~RButton & MButton::Send, !{Enter}
;~MButton & LButton::Send, {F5}
;~MButton & RButton::Send, {Esc}
~LButton & WheelUp::Send, ^{PgUp}
~LButton & WheelDown::Send, ^{PgDn}
~RButton & WheelUp::Send, {Browser_Forward}
~RButton & WheelDown::Send, {Browser_Back}
;~MButton & WheelUp::
; WinRestore, ahk_id %win2%
;Return
;~MButton & WheelDown::
;if (WinHwnd<>WinDesktop)
; WinMinimize, ahk_id %WinHwnd%
;Return
;~MButton & Enter::Reload
;~MButton & Delete::ExitApp
cheek wrote:
The code you posted has the ability to interact/read the browser history, which ahk cannot do (not that I know of anyway), so it will not know how far back to go to get to the first entry.
I thought that one would be a stretch

cheek wrote:
Does anyone know if there's something like this for Mac? I know the touchpad and magic mouse have the two finger scrolling, but I often use a regular USB mouse and I cant break the right-click-drag habit. I keep selecting things from the context menu.... Doh.
Here you go cheek,
Smart Scroll, not free though
OSX also appears to have grab-scrolling built in
http://www.usingmac.com/2009/8/4/daily-trick-21
Another,
MaxiMice, not free
Yet another,
Scrollabillity, not free
I've never used a MAC (well not for 20+yrs), so can't vouch for any of these.