> For the complete documentation index, see [llms.txt](https://changelog.visilean.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.visilean.com/changelog/release-7.0-2023/keyboard-shortcuts.md).

# Keyboard Shortcuts ⌨️

We're thrilled to introduce our latest game-changing feature that's set to revolutionise your construction management experience – Keyboard Shortcuts!

* &#x20;Ctrl +D - Duplicate selected Task - Single and Multiple
* &#x20;Shift hold - Multi-selection of Tasks
* &#x20;Delete - To delete anything - tasks ( Single & Multiple)
* &#x20;Esc - deselects the task selection anywhere
* &#x20;Shift + R - to reset zoom
* &#x20;Ctrl + L - to activate live mode
* &#x20;Shift + T - to open templates panel
* &#x20;Single/Multi Selection Ctrl + Shift + S - to save as a template, opens a template dialogue box
* &#x20;Ctrl + Scroll - to zoom in and out
* &#x20;< > to move the selected tasks on Takt Visualiser
* &#x20;Ctrl + 1 - Design Task
* &#x20;Ctrl + 2 - Construction Task

#### Check out this video ->

{% embed url="<https://www.loom.com/share/45e01d58e9eb4d1e9d6447c2f77e212e?sid=8e370d1d-2ced-4614-9ba5-1c043c5c8ec4>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://changelog.visilean.com/changelog/release-7.0-2023/keyboard-shortcuts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
