Ignore:
Timestamp:
2012-02-16T18:41:28+01:00 (12 years ago)
Author:
stoecker
Message:

some shortcut fixes

File:
1 edited

Legend:

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

    r4874 r4957  
    4646    public ValidateAction() {
    4747        super(tr("Validation"), "dialogs/validator", tr("Performs the data validation"),
    48                 Shortcut.registerShortcut("tools:validate", tr("Tool: {0}", tr("Validation")), KeyEvent.VK_V, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
     48            Shortcut.registerShortcut("tools:validate", tr("Tool: {0}", tr("Validation")),
     49            KeyEvent.VK_V, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), true);
    4950    }
    5051
Note: See TracChangeset for help on using the changeset viewer.