zxcalc / quantomatic

Quantomatic is a tool for doing automated graph rewriting.
http://quantomatic.github.io
154 stars 22 forks source link

Shortcut for some entries in Edit Menu are not shown #136

Closed zamdzhiev closed 9 years ago

zamdzhiev commented 10 years ago

Cut, Copy, Paste and Snap to Grid have working shortcuts, but they are not shown in the Edit Menu and are therefore hard to discover by users. However, the shortcuts for Undo and Redo are shown.

zamdzhiev commented 10 years ago

Fixed by removing the shortcuts from GraphEditController and enabling them in the menu itself

akissinger commented 10 years ago

Reverted this change, since it clobbers copying from derivation. Perhaps we should just remove these menu items, since copy/paste is very focus-sensitive.