mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-14 04:29:04 +03:00
Merge pull request #7239 from viddo/fix-native-cut
Handle native cut command in render process too
This commit is contained in:
commit
1b20354931
@ -127,6 +127,7 @@ class WindowEventHandler
|
|||||||
bindCommandToAction('core:undo', 'undo:')
|
bindCommandToAction('core:undo', 'undo:')
|
||||||
bindCommandToAction('core:redo', 'redo:')
|
bindCommandToAction('core:redo', 'redo:')
|
||||||
bindCommandToAction('core:select-all', 'selectAll:')
|
bindCommandToAction('core:select-all', 'selectAll:')
|
||||||
|
bindCommandToAction('core:cut', 'cut:')
|
||||||
|
|
||||||
onKeydown: (event) ->
|
onKeydown: (event) ->
|
||||||
atom.keymaps.handleKeyboardEvent(event)
|
atom.keymaps.handleKeyboardEvent(event)
|
||||||
|
Loading…
Reference in New Issue
Block a user