add upload hotkeys: n & shift+n#1506
Open
juodumas wants to merge 2 commits into
Open
Conversation
Owner
|
a huge inconvenience with initiating an upload by clicking the upload-button (and/or with this hotkey) is that it initiates file selection using a more restricted API than a drag-drop would; the webbrowser has security features which prevents the javascript from recursing into a selected folder if it comes from the click-to-upload action, so the only way to upload a folder and all its subfolders is by dragdrop; can't be done with the button so I'm not really sure if this is worth it , but i'll keep it open for now -- figured i'd say something at least |
Author
|
Thanks. Then let's add only the file upload shortcut and skip the folder upload
shortcut?
I don't use drag & drop uploads and three mouse clicks to upload is a pain.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upload process before: 1) click up2k icon; 2) click upload; 3) click files or folder in modal
Upload process after: press N
Or do you all drag & drop?
Hotkey is
Nbecause it is opposite ofYand can also stand for(N)ew.This PR complies with the DCO; https://developercertificate.org/