Move cut, copy, and paste into "core:"

This commit is contained in:
Nathan Sobo
2012-10-04 11:22:48 -10:00
parent 23f4e533d9
commit 0ab50cf102
3 changed files with 6 additions and 6 deletions

View File

@@ -110,9 +110,9 @@ class Editor extends View
'core:delete': @delete
'core:undo': @undo
'core:redo': @redo
'cut': @cutSelection
'copy': @copySelection
'paste': @paste
'core:cut': @cutSelection
'core:copy': @copySelection
'core:paste': @paste
'move-to-next-word': @moveCursorToNextWord
'move-to-previous-word': @moveCursorToPreviousWord
'select-word': @selectWord