Ignore:
Timestamp:
2012-02-18T12:53:53+01:00 (12 years ago)
Author:
stoecker
Message:

see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ViewportFollowToggleAction.java

    r4958 r4982  
    2424                tr("Enable/disable automatic moving of the map view to last placed node"),
    2525                Shortcut.registerShortcut("menu:view:viewportfollow", tr("Toggle Viewport Following"),
    26                 KeyEvent.VK_F, Shortcut.GROUP_MENU+Shortcut.GROUPS_ALT1),
     26                KeyEvent.VK_F, Shortcut.CTRL_SHIFT),
    2727                true /* register shortcut */
    2828        );
Note: See TracChangeset for help on using the changeset viewer.