Re: Mousetrap plugin consistently stops working.
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
Mousegesture only does gestures. I don't know anyway to make chording more reliable than ppro attempt.
Here is the mousegesture.ini. It's usage is a bit complicated because I want to preserve the original function of button 4 (back thumb) if no movement. For clarity, I'll post the hot key info in a separate message.
[options]
; Button=none because I use hot key to activate mouse gesture tracking
; so that b4 without movement retains its original function in program
button=none
IgnoreIf=shift
hook=0
interval=50
draw=1
autostop=0
repaint=1
maxtime=2000
; in browser, BS (stroke left) close tab under mouse
[*firefox,=chrome,*Edge]
BS=win.keys("{to under}^{f4}")
; default BS closes program, sp stroke right activates movemonitor script (switches monitor for window)
; up stroke goes to top, downstroke (i) goes to bottom
[*]
BS=win.close("under")
sp=.movemonitor
i=keys {to under}^{end}
up=keys {to under}^{home}