Ignore:
Timestamp:
2012-02-16T20:34:40+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java

    r26509 r27803  
    5757                    "way-download",
    5858                    tr("Download map data on the end of selected way"),
    59                     Shortcut.registerShortcut("waydownloader:waydownload", tr("Way Download"), KeyEvent.VK_W, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT),
     59                    Shortcut.registerShortcut("waydownloader:waydownload", tr("Way Download"), KeyEvent.VK_W, Shortcut.GROUP_MENU+Shortcut.GROUPS_ALT1),
    6060                    true);
    6161        }
Note: See TracChangeset for help on using the changeset viewer.