Merge pull request #7239 from viddo/fix-native-cut

Handle native cut command in render process too
This commit is contained in:
Kevin Sawicki 2015-06-11 15:21:04 -07:00
commit 1b20354931

View File

@ -127,6 +127,7 @@ class WindowEventHandler
bindCommandToAction('core:undo', 'undo:')
bindCommandToAction('core:redo', 'redo:')
bindCommandToAction('core:select-all', 'selectAll:')
bindCommandToAction('core:cut', 'cut:')
onKeydown: (event) ->
atom.keymaps.handleKeyboardEvent(event)