Skip to content

Commit

Permalink
Rebind dev-tools to ctrl-shift-i on Windows as new keymap takes ctrl-…
Browse files Browse the repository at this point in the history
…alt-*
  • Loading branch information
damieng committed Oct 3, 2016
1 parent 990c103 commit 745ab52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymaps/win32.cson
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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-shift-o': 'application:open-folder'
'ctrl-alt-o': 'application:add-project-folder'
Expand Down

0 comments on commit 745ab52

Please sign in to comment.