Added missing keybind in linux.cson.

`'ctrl-,': 'application:show-settings'` exists in `win32.cson` and `darwin32.cson`
Esse commit está contido em:
syndg
2014-08-27 17:10:08 +03:00
commit 1221a140aa
+1
Ver Arquivo
@@ -14,6 +14,7 @@
'F11': 'window:toggle-full-screen'
# Sublime Parity
'ctrl-,': 'application:show-settings'
'ctrl-N': 'application:new-window'
'ctrl-W': 'window:close'
'ctrl-o': 'application:open-file'