Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Option OpenDirectoryWithOneClick default false #392

Closed
Hofknecht opened this issue Jun 6, 2022 · 0 comments
Closed

[Feature] Option OpenDirectoryWithOneClick default false #392

Hofknecht opened this issue Jun 6, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@Hofknecht
Copy link
Owner

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

@Hofknecht Hofknecht added this to the 1.3 milestone Jun 6, 2022
@Hofknecht Hofknecht self-assigned this Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant