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/PasteTagsAction.java

    r4943 r4982  
    3535                tr("Apply tags of contents of paste buffer to all selected items."),
    3636                Shortcut.registerShortcut("system:pastestyle", tr("Edit: {0}", tr("Paste Tags")),
    37                 KeyEvent.VK_V, Shortcut.GROUP_MENU+Shortcut.GROUPS_ALT1), true);
     37                KeyEvent.VK_V, Shortcut.CTRL_SHIFT), true);
    3838        Main.pasteBuffer.addPasteBufferChangedListener(this);
    3939        putValue("help", ht("/Action/PasteTags"));
Note: See TracChangeset for help on using the changeset viewer.