-
Notifications
You must be signed in to change notification settings - Fork 2
/
hkTools.mhk
40 lines (40 loc) · 1.88 KB
/
hkTools.mhk
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
// hkTools
//
// The user hotkeys
//
//
// The hotkey set
//
hotkeySet -source "Maya_Default" -current hkTools;
//
// The hotkey contexts and hotkeys
//
hotkey -keyShortcut "w" -alt -sht -name ("toggleShowWireframeOnShadedNameCommand");
hotkey -keyShortcut "c" -alt -sht -name ("center3dNameCommand");
hotkey -keyShortcut "1" -alt -name ("toggleDockedOutlinerNameCommand");
hotkey -keyShortcut "e" -alt -sht -name ("cycleThroughVisibleCamerasForwardNameCommand");
hotkey -keyShortcut "r" -alt -sht -name ("resetPanZoomNameCommand");
hotkey -keyShortcut "2" -alt -name ("toggleDockedGraphEditorNameCommand");
hotkey -keyShortcut ";" -name ("toggleShowPolymeshesNameCommand");
hotkey -keyShortcut "*" -name ("toggleDisplayRotatePivotNameCommand");
hotkey -keyShortcut "`" -name ("toggleHoldoutNameCommand");
hotkey -keyShortcut "q" -alt -sht -name ("cycleThroughVisibleCamerasBackwardNameCommand");
hotkey -keyShortcut "x" -alt -sht -name ("tlocNameCommand");
hotkey -keyShortcut "s" -alt -sht -name ("smartSaveNameCommand");
hotkeyCtx -type "Editor" -addClient "hyperShadePanel";
hotkeyCtx -type "Editor" -addClient "timeEditorPanel";
hotkeyCtx -type "Editor" -addClient "nodeEditorPanel";
hotkeyCtx -type "Editor" -addClient "hyperGraphPanel";
hotkeyCtx -type "Editor" -addClient "shapePanel";
hotkeyCtx -type "Editor" -addClient "graphEditor";
hotkeyCtx -type "Editor" -addClient "posePanel";
hotkeyCtx -type "Editor" -addClient "profilerPanel";
hotkeyCtx -type "Editor" -addClient "outlinerPanel";
hotkeyCtx -type "Editor" -addClient "polyTexturePlacementPanel";
hotkeyCtx -type "Tool" -addClient "texCutContext";
hotkeyCtx -type "Tool" -addClient "xgmIGBrush";
hotkeyCtx -type "Tool" -addClient "texSculptCacheContext";
hotkeyCtx -type "Tool" -addClient "sculptMeshCache";
hotkeyCtx -type "Tool" -addClient "polyCutUV";
hotkeyCtx -type "Tool" -addClient "Unfold3DBrush";
hotkeyCtx -type "Tool" -addClient "SymmetrizeUVBrush";