Awesome!
There was a small mistake in my first code suggestion. Use these lines instead:
ini=1,0,0,c=dopus.filedisplay,LMD,MWU,,,*Keys {ctrl}{shift}{tab}{shift}{ctrl},0,1,0,0,0,
ini=1,0,0,c=dopus.filedisplay,LMD,MWD,,,*Keys {ctrl}{tab}{ctrl},0,1,0,0,0,
@Steje
- Install PowerPro.
- Install the Mousetrap plugin
- Add these lines to your mousetrap.ini file
ini=1,0,0,c=dopus.filedisplay,RMU,,,.mouse_do@R(?%do(?$path\to\dopusrt.exe$\, "/cmd Go FORWARD")%),1,0,0,0,0,
ini=2,0,0,c=dopus.filedisplay,LMD,,,.mouse_do(?%do(?$path\to\dopusrt.exe$\, "/cmd Go BACK")%),0,1,0,0,0,
ini=0,0,0,c=dopus.filedisplay,RMU,,,.mouse_do@MU,0,0,0,0,0,
- Save this code as "mouse_do.powerpro" in "PowerPro\Scripts"
script flag set 1
do(arg(1))
@R
do(arg(1))
keys {esc}
quit
@MU
if (pproflag(1)) do
flag clear 1
keys {esc}
endif