Hofknecht / SystemTrayMenu

SystemTrayMenu - Browse and open your files easily
http://hofknecht.eu/systemtraymenu/
GNU General Public License v3.0
642 stars 45 forks source link

[Feature] Option OpenDirectoryWithOneClick default false #392

Closed Hofknecht closed 2 years ago

Hofknecht commented 2 years ago

Option OpenDirectoryWithOneClick default false because of two reasons -when using a touch device you need the click to open the subfolder -we have a logic that when controlling with the keyboard, the mouse doesn't accidentally select something if the mouse is where a new menu appears. We count the mouse move events and at mouseMoveEvents > 6 selecting via mouse is possible again. Via remote desktop (rdp), these events don't come as quickly and therefore you want to open the subfolder by clicking on a folder in this case, because it takes too long with the mouseMoveEvents.

related #295