Map ctrl-f4 to core:close command on Windows

Closes #2903
This commit is contained in:
Kevin Sawicki
2014-07-10 09:14:15 -07:00
parent 320c12134a
commit 157774f552

View File

@@ -26,6 +26,7 @@
'ctrl-s': 'core:save'
'ctrl-S': 'core:save-as'
'ctrl-w': 'core:close'
'ctrl-f4': 'core:close'
'ctrl-z': 'core:undo'
'ctrl-y': 'core:redo'
'ctrl-x': 'core:cut'