algol wrote:Balderstrom wrote:So I only recently enabled RB Mode, and I find it problematic.
Could you please humor us by telling us, why?!?
It's different, yes, but why problematic?
Well I believe I've stated as much in this thread, as well as in at least one other. The
remaining problematic issue was the automatic Context-Menu when the RightClick was held down -- but I have resolved that problem; as I got an idea when I mentioned Opera's Forward/Back mouse gesture.
Solution:
ContextMenu no longer displays when RightClick (Hold).
ContextMenu == LeftClick (Hold) + RightClick (Release)
ContextMenu == RightClick (Hold) + LeftClick (Release)
Select All Files == LeftClick (Hold) + RightClick (Hold) + Release LB
Deselect All == RightClick (Hold) + LeftClick (Hold) + Release RB
Scroll Panel's Tabs == RightClick (Hold) + Scroll (Up|Down) & Release RB.
Confirm in-place File Rename, Scroll Wheel Down
Cancel in-place File Rename, Scroll Wheel Up
LeftClick,RightClick and ScrollWheel functions are not blocked from any of their normal function, except for preventing the context menu when you merely hold down the RightClick.
If there's any interest, I'll post the AHK code, and throw it up on the Wiki.