Ignore:
Timestamp:
2012-02-15T19:01:41+01:00 (14 years ago)
Author:
akks
Message:

'Utilsplugin2: fixing shortcut deprecation'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/selection/AdjacentWaysAction.java

    r26509 r27761  
    2626                tr("Adjacent ways will be selected. Nodes will be deselected."),
    2727                Shortcut.registerShortcut("tools:adjways", tr("Tool: {0}","Adjacent ways"),
    28                 KeyEvent.VK_E, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
     28                KeyEvent.VK_E, Shortcut.GROUPS_ALT1+Shortcut.GROUP_EDIT), true);
    2929        putValue("help", ht("/Action/AdjacentWays"));
    3030    }
Note: See TracChangeset for help on using the changeset viewer.