# Shortcuts

```
console commands
!ver                Shows the current version of the application
!cls                Clear console
!kill               Kills the currently running process
!hello              Hello There :D
!dev                Open Chrome Devtools for the preview window
!settings           Open settings file
!lang_settings      Open language settings file
!exp_pdf            Generate and export PDF of the current preview panel
!help               Shows all the available commands


keybindings
F1                  Open the run dialog
ctrl + o            Open a file
ctrl + b            Build and run the current file
ctrl + s            Save the current file
ctrl + n            Open a new editor window
ctrl + i            Open settings
ctrl + p            Export the preview window as PDF
ctrl + t            Open a hello world tamplate for the current language
ctrl + m            Evaluate a mathematical equation on the selected line
ctrl + ,            Open editor settings
ctrl + shift + b    Beautify the document
ctrl + shift + s    Save the current document as new file
ctrl + shift + x    Open/close terminal panel
ctrl + shift + t    Open/close preview panel
```


---

# 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://foxcode-1.gitbook.io/foxcode/shortcuts.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.
