Changeset 27830 in osm for applications


Ignore:
Timestamp:
2012-02-17T17:26:02+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut

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

Legend:

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

    r27038 r27830  
    2727<project name="livegps" default="dist" basedir=".">
    2828    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    29     <property name="plugin.main.version" value="4549"/>
     29    <property name="plugin.main.version" value="4928"/>
    3030    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3131    <property name="plugin.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/livegps/src/livegps/LiveGpsDialog.java

    r27464 r27830  
    4545        super(tr("Live GPS"), "livegps", tr("Show GPS data."),
    4646        Shortcut.registerShortcut("subwindow:livegps", tr("Toggle: {0}", tr("Live GPS")),
    47         KeyEvent.VK_G, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 100);
     47        KeyEvent.VK_G, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1), 100);
    4848        panel = new JPanel();
    4949        panel.setLayout(new GridLayout(6,2));
Note: See TracChangeset for help on using the changeset viewer.