Add Ctrl+F4 keybinding for Linux

This commit is contained in:
Lee Dohm
2016-04-21 13:36:50 -07:00
parent f00ac5ca0a
commit 53c52342e5

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'