Changeset 18720 in josm for trunk/src


Ignore:
Timestamp:
2023-04-30T18:45:19+02:00 (12 months ago)
Author:
stoecker
Message:

remove JOSM core shortcut conflict

File:
1 edited

Legend:

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

    r17188 r18720  
    3131        super(tr("Move Node..."), "movenode", tr("Edit latitude and longitude of a node."),
    3232                Shortcut.registerShortcut("movenode", tr("Tools: {0}", tr("Move Node...")),
    33                         KeyEvent.VK_M, Shortcut.NONE), true);
     33                        KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), true);
    3434        setHelpId(ht("/Action/MoveNode"));
    3535    }
Note: See TracChangeset for help on using the changeset viewer.