Opened 12 years ago
Closed 12 years ago
#8415 closed defect (fixed)
[patch] add shortcut for "upload selection"
Reported by: | Cobra | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
There is neither a pre-defined shortcut nor an option to add a custom one to File/Upload selection.
This patch adds ctrl-shift-alt-u as shortcut.
Other meaningful combinations are either occupied by josm, a plugin or at least some systems.
Idea/wish by malenki.
Attachments (2)
Change History (9)
by , 12 years ago
Attachment: | shortcut_uploadSelection-5704.patch added |
---|
comment:1 by , 12 years ago
follow-up: 5 comment:2 by , 12 years ago
Like any other also this shortcut is already taken: DevelopersGuide/ShortcutsList.
comment:3 by , 12 years ago
Obviously it wouldn't be the only duplicate.
And up to now it is not possible to add a shortcut to "upload selection" by hand.
comment:4 by , 12 years ago
It's used by the applet. I'd prefer see it used as proposed in this patch.
comment:5 by , 12 years ago
Replying to stoecker:
Like any other also this shortcut is already taken: DevelopersGuide/ShortcutsList.
Damn. I looked at the shortcut list in the preferences, which didn't have this one.
Possibilities:
- steal it from the applet (my preferred solution) - who even uses that shortcut?
- find another somewhat meaningful shortcut - ctrl-alt-up is caught by some window mangers
- don't assign a default shortcut, leave it to the user
Any opinions?
comment:6 by , 12 years ago
Obviously it wouldn't be the only duplicate.
It would be. There are no duplicates in core. That new plugins will cause conflicts is hardly to be prevented.
steal it from the applet (my preferred solution) - who even uses that shortcut?
Using the shortcut and assign the applet a "no-shortcut" default sounds good for me.
by , 12 years ago
Attachment: | shortcut_uploadSelection_1-5704.patch added |
---|
Updated the patch to properly re-assign ctrl-shift-alt-u
Thanks. :)