rimworld-animation-studio/Assets/StreamingAssets/keybindConfig.xml

499 lines
8.4 KiB
XML

<?xml version="1.0"?>
<ArrayOfKeybind>
<Keybind>
<command>QuitApplication</command>
<requiresAnimationDef>false</requiresAnimationDef>
<win>
<keyModifiers>
<li>LeftControl</li>
</keyModifiers>
<keyCode>Q</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftCommand</li>
</keyModifiers>
<keyCode>Q</keyCode>
</mac>
</Keybind>
<Keybind>
<command>NewAnimation</command>
<requiresAnimationDef>false</requiresAnimationDef>
<win>
<keyModifiers>
<li>LeftControl</li>
</keyModifiers>
<keyCode>N</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftCommand</li>
</keyModifiers>
<keyCode>N</keyCode>
</mac>
</Keybind>
<Keybind>
<command>SaveAnimation</command>
<win>
<keyModifiers>
<li>LeftControl</li>
</keyModifiers>
<keyCode>S</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftCommand</li>
</keyModifiers>
<keyCode>S</keyCode>
</mac>
</Keybind>
<Keybind>
<command>SaveAnimationAs</command>
<win>
<keyModifiers>
<li>LeftControl</li>
<li>LeftShift</li>
</keyModifiers>
<keyCode>S</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftCommand</li>
<li>LeftShift</li>
</keyModifiers>
<keyCode>S</keyCode>
</mac>
</Keybind>
<Keybind>
<command>LoadAnimation</command>
<requiresAnimationDef>false</requiresAnimationDef>
<win>
<keyModifiers>
<li>LeftControl</li>
</keyModifiers>
<keyCode>O</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftCommand</li>
</keyModifiers>
<keyCode>O</keyCode>
</mac>
</Keybind>
<Keybind>
<command>UndoAction</command>
<repeatable>true</repeatable>
<win>
<keyModifiers>
<li>LeftControl</li>
</keyModifiers>
<keyCode>Z</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftCommand</li>
</keyModifiers>
<keyCode>Z</keyCode>
</mac>
</Keybind>
<Keybind>
<command>RedoAction</command>
<repeatable>true</repeatable>
<win>
<keyModifiers>
<li>LeftControl</li>
</keyModifiers>
<keyCode>Y</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftCommand</li>
<li>LeftShift</li>
</keyModifiers>
<keyCode>Z</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ToggleAnimationPreview</command>
<win>
<keyCode>Space</keyCode>
</win>
<mac>
<keyCode>Space</keyCode>
</mac>
</Keybind>
<Keybind>
<command>AddKeyframe</command>
<win>
<keyCode>Insert</keyCode>
</win>
<mac>
<keyCode>Insert</keyCode>
</mac>
</Keybind>
<Keybind>
<command>CopyKeyframes</command>
<win>
<keyModifiers>
<li>LeftControl</li>
</keyModifiers>
<keyCode>C</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftCommand</li>
</keyModifiers>
<keyCode>C</keyCode>
</mac>
</Keybind>
<Keybind>
<command>PasteKeyframes</command>
<win>
<keyModifiers>
<li>LeftControl</li>
</keyModifiers>
<keyCode>V</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftCommand</li>
</keyModifiers>
<keyCode>X</keyCode>
</mac>
</Keybind>
<Keybind>
<command>DeleteKeyframes</command>
<win>
<keyCode>Delete</keyCode>
</win>
<mac>
<keyCode>Delete</keyCode>
</mac>
</Keybind>
<Keybind>
<command>DeleteKeyframes</command>
<win>
<keyCode>Backspace</keyCode>
</win>
<mac>
<keyCode>Backspace</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ActorMovementMode</command>
<win>
<keyCode>E</keyCode>
</win>
<mac>
<keyCode>E</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ActorRotateMode</command>
<win>
<keyCode>R</keyCode>
</win>
<mac>
<keyCode>R</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ActorFacingMode</command>
<win>
<keyCode>F</keyCode>
</win>
<mac>
<keyCode>F</keyCode>
</mac>
</Keybind>
<Keybind>
<command>AdjustActorUpward</command>
<repeatable>true</repeatable>
<win>
<keyCode>UpArrow</keyCode>
</win>
<mac>
<keyCode>UpArrow</keyCode>
</mac>
</Keybind>
<Keybind>
<command>AdjustActorDownward</command>
<repeatable>true</repeatable>
<win>
<keyCode>DownArrow</keyCode>
</win>
<mac>
<keyCode>DownArrow</keyCode>
</mac>
</Keybind>
<Keybind>
<command>AdjustActorLeftward</command>
<repeatable>true</repeatable>
<win>
<keyCode>LeftArrow</keyCode>
</win>
<mac>
<keyCode>LeftArrow</keyCode>
</mac>
</Keybind>
<Keybind>
<command>AdjustActorRightward</command>
<repeatable>true</repeatable>
<win>
<keyCode>RightArrow</keyCode>
</win>
<mac>
<keyCode>RightArrow</keyCode>
</mac>
</Keybind>
<Keybind>
<command>AdjustActorUpwardSmall</command>
<repeatable>true</repeatable>
<win>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>UpArrow</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>UpArrow</keyCode>
</mac>
</Keybind>
<Keybind>
<command>AdjustActorDownwardSmall</command>
<repeatable>true</repeatable>
<win>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>DownArrow</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>DownArrow</keyCode>
</mac>
</Keybind>
<Keybind>
<command>AdjustActorLeftwardSmall</command>
<repeatable>true</repeatable>
<win>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>LeftArrow</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>LeftArrow</keyCode>
</mac>
</Keybind>
<Keybind>
<command>AdjustActorRightwardSmall</command>
<repeatable>true</repeatable>
<win>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>RightArrow</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>RightArrow</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ToPreviousActor</command>
<repeatable>true</repeatable>
<win>
<keyCode>Comma</keyCode>
</win>
<mac>
<keyCode>Comma</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ToNextActor</command>
<repeatable>true</repeatable>
<win>
<keyCode>Period</keyCode>
</win>
<mac>
<keyCode>Period</keyCode>
</mac>
</Keybind>
<Keybind>
<command>CycleActorBodyPartSelecion</command>
<win>
<keyCode>Tab</keyCode>
</win>
<mac>
<keyCode>Tab</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ToPreviousTick</command>
<repeatable>true</repeatable>
<win>
<keyCode>PageUp</keyCode>
</win>
<mac>
<keyCode>PageUp</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ToNextTick</command>
<repeatable>true</repeatable>
<win>
<keyCode>PageDown</keyCode>
</win>
<mac>
<keyCode>PageDown</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ToFirstTick</command>
<win>
<keyModifiers>
<li>LeftControl</li>
</keyModifiers>
<keyCode>PageUp</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftCommand</li>
</keyModifiers>
<keyCode>PageUp</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ToLastTick</command>
<win>
<keyModifiers>
<li>LeftControl</li>
</keyModifiers>
<keyCode>PageDown</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftCommand</li>
</keyModifiers>
<keyCode>PageDown</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ToPreviousKey</command>
<repeatable>true</repeatable>
<win>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>PageUp</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>PageUp</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ToNextKey</command>
<repeatable>true</repeatable>
<win>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>PageDown</keyCode>
</win>
<mac>
<keyModifiers>
<li>LeftShift</li>
</keyModifiers>
<keyCode>PageDown</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ToPreviousStage</command>
<repeatable>true</repeatable>
<win>
<keyCode>Home</keyCode>
</win>
<mac>
<keyCode>Home</keyCode>
</mac>
</Keybind>
<Keybind>
<command>ToNextStage</command>
<repeatable>true</repeatable>
<win>
<keyCode>End</keyCode>
</win>
<mac>
<keyCode>End</keyCode>
</mac>
</Keybind>
<Keybind>
<command>CenterView</command>
<win>
<keyCode>C</keyCode>
</win>
<mac>
<keyCode>C</keyCode>
</mac>
</Keybind>
<Keybind>
<command>StretchKeyframesToggle</command>
<win>
<keyCode>K</keyCode>
</win>
<mac>
<keyCode>K</keyCode>
</mac>
</Keybind>
</ArrayOfKeybind>