Changeset 4973 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2012-02-18T00:10:59+01:00 (12 years ago)
Author:
stoecker
Message:

remove keycodes for NONE-group

Location:
trunk/src/org/openstreetmap/josm/actions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/Map_Rectifier_WMSmenuAction.java

    r4851 r4973  
    6868                "OLmarker",
    6969                tr("Download Rectified Images From Various Services"),
    70                 Shortcut.registerShortcut("wms:rectimg",
    71                         tr("WMS: {0}", tr("Rectified Image...")),
    72                         KeyEvent.VK_R, Shortcut.GROUP_NONE),
     70                Shortcut.registerShortcut("imagery:rectimg",
     71                        tr("Imagery: {0}", tr("Rectified Image...")),
     72                        KeyEvent.CHAR_UNDEFINED, Shortcut.NONE),
    7373                true
    7474        );
  • trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java

    r4635 r4973  
    4040                tr("Show status report with useful information that can be attached to bugs"),
    4141                Shortcut.registerShortcut("help:showstatusreport", tr("Help: {0}",
    42                         tr("Show Status Report")), KeyEvent.VK_R, Shortcut.GROUP_NONE), false);
     42                        tr("Show Status Report")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false);
    4343
    4444        putValue("help", ht("/Action/ShowStatusReport"));
Note: See TracChangeset for help on using the changeset viewer.