Skip to content

Commit

Permalink
Use proper files for keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Oct 7, 2013
1 parent 66c117c commit 373a087
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion Main.sublime-menu
Expand Up @@ -33,7 +33,24 @@
{
"command": "open_file",
"args": {
"file": "${packages}/SendText/Default.sublime-keymap"
"file": "${packages}/SendText/Default (OSX).sublime-keymap",
"platform": "OSX"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/SendText/Default (Linux).sublime-keymap",
"platform": "Linux"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/SendText/Default (Windows).sublime-keymap",
"platform": "Windows"
},
"caption": "Key Bindings – Default"
},
Expand Down

0 comments on commit 373a087

Please sign in to comment.