Changeset 9592 in josm


Ignore:
Timestamp:
2016-01-23T19:25:12+01:00 (8 years ago)
Author:
Don-vip
Message:

fix #12357 - copy tags shortcut (patch by kolesar)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

    r9543 r9592  
    13331333            putValue(NAME, tr("Copy all Keys/Values"));
    13341334            putValue(SHORT_DESCRIPTION, tr("Copy the key and value of all the tags to clipboard"));
     1335            Shortcut sc = Shortcut.registerShortcut("system:copytags", tr("Edit: {0}", tr("Copy Tags")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE);
     1336            Main.registerActionShortcut(this, sc);
     1337            sc.setAccelerator(this);
    13351338        }
    13361339
Note: See TracChangeset for help on using the changeset viewer.