JnLlnd / FoldersPopup

Popup menu to jump instantly from one folder to another. Freeware.
code.jeanlalonde.ca/folderspopup/
45 stars 7 forks source link

Allow double-click popup menu triggers #32

Closed JnLlnd closed 10 years ago

JnLlnd commented 10 years ago

Received by email: "Make an option that will allow a double-left-click of the mouse to bring up the FoldersPopup menu. Right now, only single left click is able to be set, but that of course won't be practical in any situation."

JnLlnd commented 10 years ago

Notes about this suggestion: handling double-click is a little tricky. I could not rely on a built-in system call to detect the double clicks as I can detect middle-mouse clicks. I'd have to detect two consecutive clicks and calculate the time elapsed between each click and pass the non-double clicks to the active program with risks to interfere with it. Anyway, when I'll get there, this will require good testing.

JnLlnd commented 10 years ago

Not planned for now.