Ignore:
Timestamp:
2012-02-17T18:34:30+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationAction.java

    r27356 r27834  
    2525        super(tr("Address Interpolation"), "AddrInterpolation", tr("Handy Address Interpolation Functions"),
    2626                Shortcut.registerShortcut("tools:AddressInterpolation", tr("Tool: {0}", tr("Address Interpolation")),
    27                         KeyEvent.VK_A, Shortcut.GROUP_MENU,
    28                         InputEvent.ALT_DOWN_MASK | InputEvent.CTRL_DOWN_MASK), false);
     27                        KeyEvent.VK_Z, Shortcut.GROUP_MENU+Shortcut.GROUPS_ALT2), false);
    2928        setEnabled(false);
    3029        DataSet.addSelectionListener(this);
Note: See TracChangeset for help on using the changeset viewer.