Changeset 27818 in osm for applications


Ignore:
Timestamp:
2012-02-17T10:07:56+01:00 (13 years ago)
Author:
akks
Message:

fix shortcut conflict Shift-R->Ctrl-Alt-R in RelToolBox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextDialog.java

    r27813 r27818  
    545545            super("…", null, tr("Enter role for selected members"),
    546546                    Shortcut.registerShortcut("reltoolbox:changerole", tr("Relation Toolbox: {0}", tr("Enter role for selected members")),
    547                     KeyEvent.VK_R, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
     547                    KeyEvent.VK_R, Shortcut.GROUPS_ALT2+Shortcut.GROUP_DIRECT2), true);
    548548            chosenRelation.addChosenRelationListener(this);
    549549            updateEnabledState();
Note: See TracChangeset for help on using the changeset viewer.