Ignore:
Timestamp:
2017-07-27T01:30:42+02:00 (7 years ago)
Author:
Don-vip
Message:

see #11924 - fix remaining warnings about extended modifiers

File:
1 edited

Legend:

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

    r12420 r12523  
    449449
    450450        tagTable.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT)
    451                 .put(KeyStroke.getKeyStroke(KeyEvent.VK_C, InputEvent.CTRL_MASK), "onCopy");
     451                .put(KeyStroke.getKeyStroke(KeyEvent.VK_C, InputEvent.CTRL_DOWN_MASK), "onCopy");
    452452        tagTable.getActionMap().put("onCopy", copyKeyValueAction);
    453453
Note: See TracChangeset for help on using the changeset viewer.