Ignore:
Timestamp:
2011-09-22T19:14:39+02:00 (13 years ago)
Author:
akks
Message:

'fix shortcut conflict with UtilsPlugin2'

Location:
applications/editors/josm/plugins/alignways
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/alignways/build.xml

    r26605 r26692  
    3030<project name="alignways" default="dist" basedir=".">
    3131    <!-- enter the SVN commit message -->
    32     <property name="commit.message" value="fix shortcut conflict"/>
     32    <property name="commit.message" value="fix shortcut conflict with UtilsPlugin2"/>
    3333    <!--
    3434        enter the *lowest* JOSM version this plugin is currently compatible
  • applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAction.java

    r24815 r26692  
    3434                "around a chosen pivot."),
    3535                Shortcut.registerShortcut("tools:alignways", tr("Tool: {0}",
    36                         tr("Align Ways")), KeyEvent.VK_I, Shortcut.GROUP_EDIT), true);
     36                        tr("Align Ways")), KeyEvent.VK_A, Shortcut.GROUP_EDIT, KeyEvent.CTRL_DOWN_MASK|KeyEvent.ALT_DOWN_MASK), true);
    3737        setEnabled(false);
    3838    }
Note: See TracChangeset for help on using the changeset viewer.