mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Bind core:cut to native action
Using same pattern as the others
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user