Changeset 27732 in osm for applications/editors


Ignore:
Timestamp:
2012-02-09T09:04:06+01:00 (13 years ago)
Author:
akks
Message:

'AlignWays: moved to Shift-Spacebar due to shortcut confilcts with core. A is too overloaded'

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

Legend:

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

    r27571 r27732  
    3030<project name="alignways" default="dist" basedir=".">
    3131    <!-- enter the SVN commit message -->
    32     <property name="commit.message" value="AlignWays: help shortcut parser"/>
     32    <property name="commit.message" value="AlignWays: moved to Shift-Spacebar due to shortcut confilcts with core. A is too overloaded"/>
    3333    <!--
    3434        enter the *lowest* JOSM version this plugin is currently compatible
  • applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysAction.java

    r27574 r27732  
    3333                        + "around a chosen pivot."),
    3434                                Shortcut.registerShortcut("tools:alignways", tr("Tool: {0}", tr("Align Ways")),
    35                                 KeyEvent.VK_A, Shortcut.GROUP_EDIT, KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK)
     35                                KeyEvent.VK_SPACE, Shortcut.GROUP_DIRECT, Shortcut.SHIFT_DEFAULT)
    3636                                , true);
    3737        setEnabled(false);
Note: See TracChangeset for help on using the changeset viewer.