forked from justinfx/MayaSublime
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Default.sublime-commands
36 lines (36 loc) · 966 Bytes
/
Default.sublime-commands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{
"caption": "Maya: Send Selection to Maya",
"command": "send_to_maya"
},
{
"caption": "Preferences: Maya Settings",
"command": "open_file", "args":
{
"file": "${packages}/Maya/Maya.sublime-settings"}
},
{
"caption": "Preferences: Maya Key Bindings",
"command": "open_file", "args":
{
"file": "${packages}/Maya/Default (Windows).sublime-keymap",
"platform": "Windows"
}
},
{
"caption": "Preferences: Maya Key Bindings",
"command": "open_file", "args":
{
"file": "${packages}/Maya/Default (OSX).sublime-keymap",
"platform": "OSX"
}
},
{
"caption": "Preferences: Maya Key Bindings",
"command": "open_file", "args":
{
"file": "${packages}/Maya/Default (Linux).sublime-keymap",
"platform": "Linux"
}
}
]