Hotkeys behave differently #1817
ShahriarKh
started this conversation in
General
Replies: 1 comment 1 reply
-
Are these Windows/Linux shortcuts? None of these are a thing on macOS as far as I know. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that some hotkeys and keyboard shortcuts are behaving differently than the OS native functionality.
Since space drive is cross-platform, I opened a discussion instead of an issue to see if it was intentional or not.
Examples:
Hold shift, click file A, then click file Z
Expected: All files from A to Z should be selected.
Actual: Only A and Z are selected.
Hold ctrl, click file A, then click file B
Expected: A and B should be selected.
Actual: Only B is selected (the hotkey doesn't work)
Hold ctrl, scroll the mousewheel
Expected: Change zoom level
Actual: Nothing happens
Beta Was this translation helpful? Give feedback.
All reactions