# Shortcuts and Interactions

**List of Shortcuts and ingame interactions that are implemented so far**

{% hint style="warning" %}
**Legend:**

\- MD - Mobile Depot\
\- MS - Mothership\
\- CC - Command Center Menu (bottom right corner on the screen)
{% endhint %}

<table data-header-hidden data-full-width="true"><thead><tr><th width="326">Shortcut / Interaction</th><th>Description</th></tr></thead><tbody><tr><td>W</td><td>Move camera Up</td></tr><tr><td>S</td><td>Move camera Down</td></tr><tr><td>A</td><td>Move camera Left</td></tr><tr><td>D</td><td>Move camera Right</td></tr><tr><td>Q</td><td>Rotate camera Left</td></tr><tr><td>E</td><td>Rotate camera Right</td></tr><tr><td>ESC or P</td><td>Open the Pause Menu(pause game only in single player mode)</td></tr><tr><td>[selected asset] + SPACE</td><td>Move the camera to the selected asset</td></tr><tr><td>B</td><td>Show/Hide units UI, Floating Numbers, Reactive Ui</td></tr><tr><td>N</td><td>Show/Hide InGame UI</td></tr><tr><td>[hold] M</td><td>Show Big minimap in the center of the screen</td></tr><tr><td>T</td><td>Print a [picture] with a spray on cursor location (like in CS 1.6)</td></tr><tr><td>ALT + LeftClick</td><td>Ping. Visible for all the players on same map (dungeons, lands, etc)</td></tr><tr><td>Mouse Wheel Up/Down</td><td>Camera zoom In/Out</td></tr><tr><td>ENTER</td><td>Message prompt (shown for ALL alies currently on the land, and if they are online)</td></tr><tr><td>LeftClick on Unit/Building/Enemy/Resource</td><td>Select a Unit/Building/Enemy/Resource</td></tr><tr><td>LeftClick + drag on a Units/Buildings/Enemies/Resource</td><td>Select a Unit/Building/Enemy/Resource or a group of them</td></tr><tr><td>SHIFT + LeftClick</td><td>Adds/Remove an asset to/from selected</td></tr><tr><td>Double LeftClick</td><td><p>Select all the assets from same type on the map</p><ul><li>This action on Deployed Mobile Depot will select ALL Deployed Depots</li><li>This action on Undeployed Mobile Depot will select ALL Undeployed Depots</li></ul></td></tr><tr><td>[selected] + CTRL + 1,2,3…9</td><td>Create a group of selected Units/Buildings/Enemies/Resource</td></tr><tr><td>[nothing selected] + CTRL + 1,2…9</td><td>Unlink a group of Units/Buildings/Enemies/Resource(If created)</td></tr><tr><td>1,2,3,4,5,6,7,8,9</td><td>Select a Group (If created)</td></tr><tr><td>[unit/s selected] + RightClick on the ground</td><td>Move the selected unit/s</td></tr><tr><td>[miner selected] + RightClick on resource node</td><td>Command the miner to start mining from that node</td></tr><tr><td>[miner/s selected] + CTRL + M</td><td>Miners Find Nearest Deposit and start mining</td></tr><tr><td>[miner/s depot/s selected] + CTRL + R</td><td>Return Resources to nearest MD/MS</td></tr><tr><td>[unit/s selected] + RightClick on another unit</td><td>Command a unit/s to follow the target unit</td></tr><tr><td>[combat selected] + RightClick on a enemy</td><td>Attack/Move to Attack the target enemy</td></tr><tr><td>[combat selected] + SHIFT + RightClick on the ground</td><td>Attack random enemy in range OR if there are no enemy in range, move to the location and Attack random enemy in range along the way</td></tr><tr><td>[combat selected] + SHIFT + RightClick on OWN asset</td><td>Attack/Move to Attack asset that you OWN</td></tr><tr><td>[MD/MS selected] + LiftUp button</td><td><p>Unlock a deployed unit/building so it can be moved</p><ul><li>Mobile Depots have an ability to do it automatically when they get Full capacity, so they can move to MS and unload the resources</li></ul></td></tr><tr><td>[MD/MS selected] + Deploy button</td><td><p>Deploy a unit/building to the ground so it can activate special ability (used by Mobile Depots and Mothership to serve as a drop-off point)</p><ul><li>Mobile Depots have an ability to do it automatically when they successfully unload in the MS and get back to the deployment location</li></ul></td></tr><tr><td>[CC] + LeftClick on asset</td><td>Select the asset</td></tr><tr><td>[CC] + Double LeftClick on asset</td><td>Move the camera to the selected asset</td></tr><tr><td>[CC] + hold RightClick + move up/down</td><td>Easier way to move the list up/down instead of scrolling up/down</td></tr><tr><td>[CC] + Mouse Wheel Up/Down</td><td>Scroll up/down on the list</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.pulsar.game/game-systems/shortcuts-and-interactions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
