Changeset 6557 in josm for trunk/src/org/openstreetmap/josm/gui
- Timestamp:
- 2013-12-28T23:23:40+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
r6546 r6557 446 446 tagTable.getActionMap().put("onTableInsert",addAction); 447 447 448 // unassign some standard shortcuts for JTable to allow upload / download 448 // unassign some standard shortcuts for JTable to allow upload / download / image browsing 449 449 InputMapUtils.unassignCtrlShiftUpDown(tagTable, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT); 450 InputMapUtils.unassignPageUpDown(tagTable, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT); 450 451 451 452 // unassign some standard shortcuts for correct copy-pasting, fix #8508
Note:
See TracChangeset
for help on using the changeset viewer.