Page 1 of 1

middle click = double click

Posted: 2007-08-08, 16:06 UTC
by Total Cummander
well, i've searched but i can't find it :D

is it posible to add an option of interpreting middle-click as double-click?

i had middle-click=double-click set up in my mouse config and i liked this behaviour with tc VERY much, unfortunately most modern browsers nowdays use middle click to open tabs in background and that's something i just can't drop :)

so, sorry if already been requested, i really think it enhances experience very much, and no, using "open files and directories with one click" doesn't cut it :)

Posted: 2007-08-08, 17:33 UTC
by fenix_productions
Try AHK with script:

Code: Select all

#IfWinActive Total Commander
MButton::Click 2
Return

Posted: 2007-08-08, 18:29 UTC
by Total Cummander
thanks very much, i'm sure that will work, i would like it implemented without running third party app tho :D

Posted: 2007-08-12, 11:30 UTC
by PeaceMaker
TESTED - working!!!