Ignore:
Timestamp:
2012-01-25T08:47:20+01:00 (12 years ago)
Author:
akks
Message:

Utilsplugin2: shift-p -> ctrl-P (after core changes)

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

Legend:

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

    r27564 r27616  
    3030<project name="utilsplugin2" default="dist" basedir=".">
    3131    <!-- enter the SVN commit message -->
    32     <property name="commit.message" value="Utilsplugin2: help shortcut parser"/>
     32    <property name="commit.message" value="Utilsplugin2: moved SplitObject to ctrl-P"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3434    <property name="plugin.main.version" value="4847"/>
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SplitObjectAction.java

    r27564 r27616  
    4343        super(tr("Split Object"), "splitobject", tr("Split an object at the selected nodes."),
    4444                Shortcut.registerShortcut("tools:splitobject", tr("Tool: {0}", tr("Split Object")),
    45                 KeyEvent.VK_P,  Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT)
     45                KeyEvent.VK_P,  Shortcut.GROUP_MENU)
    4646                , true);
    4747        putValue("help", ht("/Action/SplitObject"));
Note: See TracChangeset for help on using the changeset viewer.