mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +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:redo', 'redo:')
|
||||
bindCommandToAction('core:select-all', 'selectAll:')
|
||||
bindCommandToAction('core:cut', 'cut:')
|
||||
|
||||
onKeydown: (event) ->
|
||||
atom.keymaps.handleKeyboardEvent(event)
|
||||
|
Loading…
Reference in New Issue
Block a user