Changeset 36001 in osm


Ignore:
Timestamp:
2022-07-06T18:56:08+02:00 (2 years ago)
Author:
taylor.smock
Message:

fix #22163: utilsplugin2 TagSourceAction has the same shortcut as Save Session

As adding a source tag to objects is no longer recommended, removing the
default shortcut should not cause issues. If users still want to use the
shortcut, they can change it back in preferences.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/TagSourceAction.java

    r35579 r36001  
    2929    public TagSourceAction() {
    3030        super(TITLE, "dumbutils/sourcetag", tr("Add remembered source tag"),
    31                 Shortcut.registerShortcut("tools:sourcetag", tr("More tools: {0}", tr("Add Source Tag")), KeyEvent.VK_S, Shortcut.ALT_CTRL),
     31                Shortcut.registerShortcut("tools:sourcetag", tr("More tools: {0}", tr("Add Source Tag")), KeyEvent.VK_UNDEFINED, Shortcut.NONE),
    3232                true, false);
    3333        source = Config.getPref().get("sourcetag.value");
Note: See TracChangeset for help on using the changeset viewer.