-
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Description
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
Reactions are currently unavailable