Merge pull request #11564 from atom/ld-add-ctrl-f4-linux

Add Ctrl+F4 keybinding for Linux
This commit is contained in:
Lee Dohm
2016-04-22 16:00:21 -07:00

View File

@@ -27,6 +27,7 @@
'ctrl-n': 'application:new-file'
'ctrl-s': 'core:save'
'ctrl-S': 'core:save-as'
'ctrl-f4': 'core:close'
'ctrl-w': 'core:close'
'ctrl-z': 'core:undo'
'ctrl-y': 'core:redo'