YurikoHotKeys.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="us-ascii"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset">
  3. <Tags />
  4. <Includes />
  5. <YurikoHotKeys id="YurikoHotKeys">
  6. <Map>
  7. <HotKey Slot="ForceAttack" Key="KEY_NONE" Modifiers="CTRL"/>
  8. <HotKey Slot="AttackMove" Key="KEY_A"/>
  9. <HotKey Slot="Stop" Key="KEY_S"/>
  10. <HotKey Slot="ForceMove" Key="KEY_G"/>
  11. <HotKey Slot="UnitAbilityButtonSlot1" Key="KEY_1"/>
  12. <HotKey Slot="PlayerPowerButtonSlot1" Key="KEY_2"/>
  13. <HotKey Slot="PlayerPowerButtonSlot2" Key="KEY_3"/>
  14. <HotKey Slot="PlayerPowerButtonSlot3" Key="KEY_4"/>
  15. <HotKey Slot="PlayerPowerButtonSlot4" Key="KEY_5"/>
  16. <HotKey Slot="PlayerPowerButtonSlot5" Key="KEY_6"/>
  17. <HotKey Slot="PlayerPowerButtonSlot6" Key="KEY_7"/>
  18. <HotKey Slot="PlayerPowerButtonSlot7" Key="KEY_8"/>
  19. <HotKey Slot="PlayerPowerButtonSlot8" Key="KEY_9"/>
  20. <HotKey Slot="PlayerPowerButtonSlot9" Key="KEY_0"/>
  21. <HotKey Slot="PlayerPowerButtonSlot10" Key="KEY_F"/>
  22. <HotKey Slot="OpenPauseScreen" Key="KEY_ESC"/>
  23. <HotKey Slot="TakeScreenShot" Key="KEY_F12"/>
  24. <HotKey Slot="OpenPlayerTechStore" Key="KEY_TICK"/>
  25. <HotKey Slot="OpenSaveGameScreen" Key="KEY_S" Modifiers="SHIFT"/>
  26. <HotKey Slot="OpenLoadGameScreen" Key="KEY_L" Modifiers="SHIFT"/>
  27. <HotKey Slot="ToggleHUD" Key="KEY_END"/>
  28. <!-- Removed hotkeys from Yuriko campaign
  29. <HotKey Slot="StanceAggressive" Key="KEY_A" Modifiers="ALT"/>
  30. <HotKey Slot="StanceGuard" Key="KEY_S" Modifiers="ALT"/>
  31. <HotKey Slot="StanceHoldPosition" Key="KEY_D" Modifiers="ALT"/>
  32. <HotKey Slot="StanceHoldFire" Key="KEY_G" Modifiers="ALT"/>
  33. <HotKey Slot="WaypointMode" Key="KEY_NONE" Modifiers="ALT"/>
  34. <HotKey Slot="PlanningMode" Key="KEY_Z" Modifiers="CTRL"/>
  35. <HotKey Slot="CameraRotateLeft" Key="KEY_KP4"/>
  36. <HotKey Slot="CameraRotateRight" Key="KEY_KP6"/>
  37. <HotKey Slot="CameraZoomIn" Key="KEY_KP8"/>
  38. <HotKey Slot="CameraZoomOut" Key="KEY_KP2"/>
  39. -->
  40. </Map>
  41. </YurikoHotKeys>
  42. </AssetDeclaration>