middle click = double click

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Total Cummander
Junior Member
Junior Member
Posts: 14
Joined: 2006-11-30, 12:35 UTC

middle click = double click

Post 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 :)
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

Try AHK with script:

Code: Select all

#IfWinActive Total Commander
MButton::Click 2
Return
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
Total Cummander
Junior Member
Junior Member
Posts: 14
Joined: 2006-11-30, 12:35 UTC

Post by *Total Cummander »

thanks very much, i'm sure that will work, i would like it implemented without running third party app tho :D
User avatar
PeaceMaker
Senior Member
Senior Member
Posts: 287
Joined: 2005-12-31, 22:32 UTC
Location: Warsaw, Poland
Contact:

Post by *PeaceMaker »

TESTED - working!!!
[face=tahoma]LICENSE NUMBER: #101897 Single user license (since: 6th February 2004)
CURRENT VERSION: Total Commander 9.00 beta 12 (released: 31st August 2016)
[/face]
Post Reply