Skip to content
This repository has been archived by the owner on Sep 29, 2018. It is now read-only.

Commit

Permalink
Split platform specific keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcolyer committed Nov 21, 2013
1 parent 586ebea commit 7839cd3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions keymaps/dev-live-reload.cson
@@ -1,2 +1,5 @@
'body':
'meta-ctrl-R': 'dev-live-reload:reload-all'
'.platform-darwin':
'cmd-ctrl-R': 'dev-live-reload:reload-all'

'.platform-win32':
'alt-ctrl-R': 'dev-live-reload:reload-all'

0 comments on commit 7839cd3

Please sign in to comment.