diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 364b3679..c3274b97 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -4494,8 +4494,8 @@ TODOS {sel: '#tool_move_bottom', fn: moveToBottomSelected, evt: 'click', key: 'ctrl+shift+['}, {sel: '#tool_topath', fn: convertToPath, evt: 'click'}, {sel: '#tool_make_link,#tool_make_link_multi', fn: makeHyperlink, evt: 'click'}, - {sel: '#tool_undo', fn: clickUndo, evt: 'click', key: ['Z', true]}, - {sel: '#tool_redo', fn: clickRedo, evt: 'click', key: ['Y', true]}, + {sel: '#tool_undo', fn: clickUndo, evt: 'click'}, + {sel: '#tool_redo', fn: clickRedo, evt: 'click'}, {sel: '#tool_clone,#tool_clone_multi', fn: clickClone, evt: 'click', key: ['D', true]}, {sel: '#tool_group_elements', fn: clickGroup, evt: 'click', key: ['G', true]}, {sel: '#tool_ungroup', fn: clickGroup, evt: 'click'},