Skip to content

Commit

Permalink
Added keymaps for OSX, Linux, and Windows
Browse files Browse the repository at this point in the history
This allows for changing the keys in the menu.
  • Loading branch information
snowe2010 committed Aug 14, 2013
1 parent d7498c3 commit 9974495
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions Default (OSX).sublime-keymap
@@ -0,0 +1,10 @@
[
{ "keys": ["f12"],
"command": "side_bar_open_in_browser" ,
"args":{"paths":[], "type":"testing"}
},
{ "keys": ["alt+f12"],
"command": "side_bar_open_in_browser",
"args":{"paths":[], "type":"production"}
}
]
10 changes: 10 additions & 0 deletions Default (Windows).sublime-keymap
@@ -0,0 +1,10 @@
[
{ "keys": ["f12"],
"command": "side_bar_open_in_browser" ,
"args":{"paths":[], "type":"testing"}
},
{ "keys": ["alt+f12"],
"command": "side_bar_open_in_browser",
"args":{"paths":[], "type":"production"}
}
]

0 comments on commit 9974495

Please sign in to comment.