Ignore:
Timestamp:
2012-02-17T17:27:15+01:00 (12 years ago)
Author:
stoecker
Message:

fix shortcut

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

Legend:

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

    r26605 r27831  
    3232    <property name="commit.message" value="Changed constructor signature, updated build.xml"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4394"/>
     34    <property name="plugin.main.version" value="4928"/>
    3535    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3636    <property name="plugin.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysAction.java

    r17367 r27831  
    3333    public CreateGridOfWaysAction() {
    3434        super(tr("Create grid of ways"), "creategridofways", tr("Forms a grid of ways in base to two existing that have various nodes and one in common"), Shortcut.registerShortcut("tools:CreateGridOfWays", tr("Tool: {0}", tr("Create grid of ways")),
    35         KeyEvent.VK_G, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
     35        KeyEvent.VK_G, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), true);
    3636/* en mis otras pruebas esto terminaba : Shortcut.GROUP_EDIT), true);
    3737/* le puse tecla G de shortcut pero parece que esta usado por tools:unglue , buscar otro */
Note: See TracChangeset for help on using the changeset viewer.