Opened 13 years ago
Closed 13 years ago
#7153 closed defect (fixed)
shortcut conflict within core
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | shortcut conflict | Cc: |
Description
There exist a shortcut conflict within Core.
Using /usr/lib/jvm/java-6-openjdk/bin/java to execute josm. Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2011-12-16 02:32:17 Last Changed Author: Don-vip Revision: 4666 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2011-12-15 21:12:57 +0100 (Thu, 15 Dec 2011) Last Changed Rev: 4666 Warnung: Fehlende Einstellungsdatei "/home/gast/.josm-latest/preferences.xml". Datei mit Standardeinstellungen wird erstellt. GET http://api.openstreetmap.org/api/capabilities... OK Kommunikation mit http://api.openstreetmap.org/api mittels Protokollversion 0.6 etabliert. Successfully loaded Bing attribution data. GET http://api.openstreetmap.org/api/0.6/map?bbox=-28.3529663,38.5313818,-28.3359718,38.5454803 Silent shortcut conflict: 'subwindow:authors' moved by 'core_multikey:activateLayer' to 'Alt+B'.
Attachments (1)
Change History (10)
comment:1 by , 13 years ago
Version: | → latest |
---|
comment:2 by , 13 years ago
Summary: | shortcut conflict: subwindow:authors <> core_multikey:activateLayer → shortcut conflict within core |
---|
comment:3 by , 13 years ago
Here is the patch for LayerList-related shortcuts. I think this can be even logical:
Activate layer = Shift-A - <number>(multikey) [fast finger access]
Show-hide layer = Shift-S - <number>(multikey) [fast finger access]
Create Multipolygon = Ctrl-Alt-A (was Shift-A), like "More tools" menu items in UtilsPlugin2.
comment:4 by , 13 years ago
Oh, sorry for offtopic, this patch also contains one line than fixes newly-found NPE in MarkerLayer - I did not create a ticket so far, but there is at least one real GPX file that leads to NPE.
by , 13 years ago
Attachment: | LayerShortcuts.patch added |
---|
comment:7 by , 13 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
It seems you forgot to move "Create Multipolygon" shortcut from Shift-A, so conflict persists:
Silent shortcut conflict: 'core_multikey:activateLayer' moved by 'tools:multipoly' to 'H'.
comment:8 by , 13 years ago
Ping :)
2 or 3 shortcuts conflicts are still in core because of "Create Multipolygon"...
just found two more conflicts within core.