Suggestion: Mouse Gestures ...

English support forum

Moderators: Hacker, petermad, Stefan2, white

User avatar
spikey
Member
Member
Posts: 123
Joined: 2005-07-20, 08:37 UTC

Post by *spikey »

That pic was taken last year so it is a little out of date.
Not at all, not at all, my dear spikey. The resemblance is perfectly remarkable, I'd even go so far as to say astonishing! In fact you haven't aged a day since you were last exhumed. :wink:
It must be the face cream I use. :-)
raytc
Senior Member
Senior Member
Posts: 274
Joined: 2004-06-28, 11:03 UTC

Post by *raytc »

Flint wrote:Mikey Boy
Try StrokeIt
Stroke it is a great software but it conflicts with the right mouse select files.

Is there a way to resolve this problem (without disabling TC in stroke it)?
User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

Post by *jesped »

I'd love to use TC the same way I use Firefox: using RMB to navigate tabs and MMB with StrokeIt for other functions.
User avatar
Vochomurka
Power Member
Power Member
Posts: 816
Joined: 2005-09-14, 22:19 UTC
Location: Russia
Contact:

Post by *Vochomurka »

PowerPro has some mouse gesture functions: bumps, strokes, wheel up/down movements, etc. The mousegesture.dll plugin allows even to write letters on the screen with mouse.
Single user license #329241
PowerPro scripts for Total Commander
User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

Post by *jesped »

Can I use PowerPro to make rmb+left to activate left Tab, rmb+right to activate right Tab without any weird side effects using NC style selection?
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

With AHK, I use NC-Mode and RMB + Wheel Up/Down to Scroll thru tabs (in that panel) like it works in Opera.

I also configured it so context menu will come up (if I haven't scrolled) when I release the RButton instead of TC's awkward delay.

Among some other tweaks :-)

I've considered Operas Forward/Back LB+RB; RB+LB... but since TC doesn't have a per-Tab history I don't see much point in it.
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

Post by *jesped »

I just installed PowerPro and I see it is a very advanced piece of software, which seems to take a lot of time to learn.

Can anybody point me to the simplest way of getting RMB+"drag mouse left"=focus on tab to the left
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

If you aren't interested in scripting at all, you would probably be better served by looking at StrokeIt, which primarily focuses on Mouse Gestures (Although it does look like LUA Scripting has recently been added to it).

While AutoIT, AHK and PowerPro CAN monitor mouse movement and instigate actions/triggers based on that movement - it isn't their primary focus, and it will be difficult to get it error free - e.g. you'll need exceptions for (1) min-distance moved on the x-axis, (2) max distance moved, (3) how much time can occur between monitoring the start/end of the movement, along with things like preventing it when LButton is down, not overriding the RButton default behaviour, and determining whether some y-axis movement should be allowed... etc ... etc...

And if you think AHK Code is difficult, both PowerPro and AutoIT are even less user-friendly to beginners due to the strictness of their respective syntaxes.
User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

Post by *jesped »

I already use StrokeIt with MMB for other commands.

I would like to keep using it as it is now (MMB) and just add RMB mouse gestures for TC.
User avatar
Vochomurka
Power Member
Power Member
Posts: 816
Joined: 2005-09-14, 22:19 UTC
Location: Russia
Contact:

Post by *Vochomurka »

Can I use PowerPro to make rmb+left to activate left Tab
Yes, you can, but not directly. First you should write a script (some lines of code), and then assign its execution to rmb+left. It woudl be something like

Code: Select all

local hwnd = win.handle("c=TTOTAL_CMD")
win.postmessage(hwnd, 0x400+51, 5001, 0)
if 5001 is number of command you mean. See the PowerPro help how to assign this script to a mouse gesture.
Single user license #329241
PowerPro scripts for Total Commander
Hurdet
Power Member
Power Member
Posts: 704
Joined: 2003-05-10, 18:02 UTC

Post by *Hurdet »

StrokesPlus. It not conflict with TC if you hold the mouse a little longer.
Post Reply