Ian wrote:
Change:
Code:
~MButton::
to
Code:
~LButton::
Well, that would make it pretty tough to actually select anything.
I assume he means to get the left
double click working.
The problem is then distinguishing between items in the list and the background. That could technically be done by comparing the color under the cursor with the background during both clicks (doing it both times is to keep it from working when you click between characters in the name for example). It would also have to take into account the active column highlight color that XP uses.
Of course, you'd also have to add some code to determine double clicks.
I thought I'd just keep it simple with the single middle click, but if anyone wants to tackle these issues, feel free to do so.
