-
Notifications
You must be signed in to change notification settings - Fork 38
/
Default.sublime-commands
44 lines (44 loc) · 1.16 KB
/
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
37
38
39
40
41
42
43
44
[
{
"caption": "Maya: Send Selection to Maya",
"command": "send_to_maya"
},
{
"caption": "Maya: Enable ScriptEditor Output",
"command": "enable_maya_output"
},
{
"caption": "Maya: Disable ScriptEditor Output",
"command": "disable_maya_output"
},
{
"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"
}
}
]