//Maya Preference 2024 (Release 1) // // // // The runtime commands referenced by the hotkeys // // // The name commands referenced by the hotkeys // nameCommand -annotation "OutlinerWindowNameCommand" -sourceType "mel" -command ("OutlinerWindow") OutlinerWindowNameCommand; nameCommand -annotation "SelectHierarchyNameCommand" -sourceType "mel" -command ("SelectHierarchy") SelectHierarchyNameCommand; nameCommand -annotation "NextFrameNameCommand" -sourceType "mel" -command ("NextFrame") NextFrameNameCommand; nameCommand -annotation "PreviousFrameNameCommand" -sourceType "mel" -command ("PreviousFrame") PreviousFrameNameCommand; nameCommand -annotation "InteractivePlaybackNameCommand" -sourceType "mel" -command ("InteractivePlayback") InteractivePlaybackNameCommand; nameCommand -annotation "PlaybackToggleNameCommand" -sourceType "mel" -command ("PlaybackToggle") PlaybackToggleNameCommand; nameCommand -annotation "NextKeyNameCommand" -sourceType "mel" -command ("NextKey") NextKeyNameCommand; nameCommand -annotation "PreviousKeyNameCommand" -sourceType "mel" -command ("PreviousKey") PreviousKeyNameCommand; nameCommand -annotation "GoToMinFrameNameCommand" -sourceType "mel" -command ("GoToMinFrame") GoToMinFrameNameCommand; nameCommand -annotation "GoToMaxFrameNameCommand" -sourceType "mel" -command ("GoToMaxFrame") GoToMaxFrameNameCommand; // // The user hotkeys // // // The hotkey set // hotkeySet -source "Maya_Default" -current Some_Maya_Hotkeys; // // The hotkey contexts and hotkeys // hotkey -keyShortcut "," -alt -name (""); hotkey -keyShortcut "Down" -ctl -name ("PlaybackToggleNameCommand"); hotkey -keyShortcut "Right" -name ("NextFrameNameCommand"); hotkey -keyShortcut "Left" -name ("PreviousFrameNameCommand"); hotkey -keyShortcut "i" -alt -name ("InteractivePlaybackNameCommand"); hotkey -keyShortcut "." -alt -name (""); hotkey -keyShortcut "Right" -ctl -name ("NextKeyNameCommand"); hotkey -keyShortcut "," -name (""); hotkey -keyShortcut "Left" -ctl -name ("PreviousKeyNameCommand"); hotkey -keyShortcut "End" -name ("GoToMaxFrameNameCommand"); hotkey -keyShortcut "v" -alt -name ("OutlinerWindowNameCommand"); hotkey -keyShortcut "Home" -name ("GoToMinFrameNameCommand"); hotkey -keyShortcut "." -name (""); hotkey -keyShortcut "g" -alt -name ("SelectHierarchyNameCommand"); hotkey -keyShortcut "v" -alt -sht -name (""); hotkeyCtx -type "Editor" -addClient "hyperGraphPanel"; hotkeyCtx -type "Editor" -addClient "shapePanel"; hotkeyCtx -type "Editor" -addClient "timeEditorPanel"; hotkeyCtx -type "Editor" -addClient "nodeEditorPanel"; hotkeyCtx -type "Editor" -addClient "graphEditor"; hotkeyCtx -type "Editor" -addClient "hyperShadePanel"; hotkeyCtx -type "Editor" -addClient "outlinerPanel"; hotkeyCtx -type "Editor" -addClient "posePanel"; hotkeyCtx -type "Editor" -addClient "polyTexturePlacementPanel"; hotkeyCtx -type "Editor" -addClient "profilerPanel"; hotkeyCtx -type "Tool" -addClient "sculptMeshCache"; hotkeyCtx -type "Tool" -addClient "texSculptCacheContext"; hotkeyCtx -type "Tool" -addClient "xgmIGBrush"; hotkeyCtx -type "Tool" -addClient "bpDraw"; hotkeyCtx -type "Tool" -addClient "texCutContext"; hotkeyCtx -type "Tool" -addClient "polyCutUV"; hotkeyCtx -type "Tool" -addClient "Unfold3DBrush"; hotkeyCtx -type "Tool" -addClient "SymmetrizeUVBrush";