#5380 closed defect (duplicate)
multipolygon plugin sets shortcut to "m"
Reported by: | dieterdreist | Owned by: | bilbo |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core multipoly | Version: | latest |
Keywords: | shortcut | Cc: |
Description
multipolygon plugin sets shortcut to "m". This results in change for shortcut merge nodes.
Attachments (0)
Change History (11)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Shortcuts are settable in preferences - currently the shortcut is:
KeyEvent.VK_M, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT
Which should be usually Alt+shift+m, though some other plugins (like measurement plugin) likes to steal thet combination, but I never saw the plugin to falling back to only "M".
If "m" gets somehow assigned to multipoly, you can fix it in your preferences, in the keyboard shortcut section. I can't do anything to fix it in the plugin code.
comment:3 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Try setting the keys in preferences. If you find impossible to set the keys in preferences to match yuour desired keys, please open another bug.
comment:4 by , 15 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
This is because multipoly-convert plugin has the same shortcut and JOSM's shortcut collision handling is a little strange...
follow-up: 6 comment:5 by , 15 years ago
Component: | Plugin multipoly → Core |
---|---|
Owner: | changed from | to
Status: | reopened → new |
But then this is not problem in multipoly plugin but in JOSM shortcut handling system.
comment:6 by , 15 years ago
Replying to bilbo:
But then this is not problem in multipoly plugin but in JOSM shortcut handling system.
It is both IMHO: Plugin-Developers shouldn't use already in use shortcuts for new functions, and the shortcut-handling-system should first assign core-shortcuts and after that those for plugins (and not allow to reassign shortcuts automatically by plugins that are already assigned to core functions, but only manually).
follow-up: 8 comment:7 by , 14 years ago
Component: | Core → Plugin multipoly |
---|---|
Owner: | changed from | to
follow-up: 9 comment:8 by , 14 years ago
Replying to stoecker:
Has core been fixed to not automatically override shortcuts from core ?
Otherwise we should open another ticket to not forget about the issue.
comment:9 by , 14 years ago
comment:10 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Replying to dieterdreist:
Delete went from d to e (because of create multipolygon which is now on d). Please revert as well.