🐧 Make "Developer Tools" key binding match Chrome

This commit is contained in:
Philipp Emanuel Weidmann
2014-06-03 19:31:32 +02:00
parent 7e52c86095
commit 0ad1aeea43

View File

@@ -8,7 +8,7 @@
'left': 'core:move-left'
'right': 'core:move-right'
'ctrl-alt-r': 'window:reload'
'ctrl-alt-i': 'window:toggle-dev-tools'
'ctrl-shift-i': 'window:toggle-dev-tools'
'ctrl-alt-p': 'window:run-package-specs'
'ctrl-alt-s': 'application:run-all-specs'
'ctrl-shift-o': 'application:open-dev'