Opened 17 months ago
Closed 17 months ago
#7153 closed defect (fixed)
shortcut conflict within core
| Reported by: | skyper | Owned by: | team |
|---|---|---|---|
| Priority: | trivial | 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 Changed 17 months ago by skyper
- Version set to latest
comment:2 Changed 17 months ago by skyper
- Summary changed from shortcut conflict: subwindow:authors <> core_multikey:activateLayer to shortcut conflict within core
comment:3 Changed 17 months ago by akks
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 Changed 17 months ago by akks
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.
Changed 17 months ago by akks
comment:5 Changed 17 months ago by bastiK
In [4710/josm]:
comment:6 Changed 17 months ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
In [4711/josm]:
comment:7 Changed 17 months ago by akks
- Resolution fixed deleted
- Status changed from closed to 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 Changed 17 months ago by akks
Ping :)
2 or 3 shortcuts conflicts are still in core because of "Create Multipolygon"...
comment:9 Changed 17 months ago by bastiK
- Resolution set to fixed
- Status changed from reopened to closed
In [4731/josm]:



just found two more conflicts within core.