Skip to content

Commit

Permalink
Use ctrl-shift-f5 to reload on Win/Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng committed Nov 18, 2016
1 parent 876fb36 commit 8c796b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keymaps/linux.cson
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'down': 'core:move-down'
'left': 'core:move-left'
'right': 'core:move-right'
'ctrl-shift-r': 'window:reload'
'ctrl-shift-f5': 'window:reload'
'ctrl-shift-i': 'window:toggle-dev-tools'
'ctrl-shift-y': 'window:run-package-specs'
'ctrl-shift-o': 'application:open-folder'
Expand Down
2 changes: 1 addition & 1 deletion keymaps/win32.cson
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'ctrl-down': 'core:move-down'
'left': 'core:move-left'
'right': 'core:move-right'
'ctrl-shift-r': 'window:reload'
'ctrl-shift-f5': 'window:reload'
'ctrl-shift-i': 'window:toggle-dev-tools'
'ctrl-shift-y': 'window:run-package-specs'
'ctrl-shift-o': 'application:open-folder'
Expand Down

0 comments on commit 8c796b2

Please sign in to comment.