# Keybindings

### Window Management

* **SUPER + SHIFT + Q**: Close active window.
* **CTRL + ALT + DELETE**: Close all windows (runs `monarch-hyprland-window-close-all`).
* **SUPER + J**: Toggle split (dwindle).
* **SUPER + P**: Toggle pseudo window (dwindle).
* **SUPER + SHIFT + SPACE**: Pop window out (float & pin) via `monarch-hyprland-window-pop`.
* **SUPER + F**: Force full screen (non-persistent).
* **SUPER + SHIFT + F**: Full width (persistent).

### Dwindle/Stack Layout Controls

* **SUPER + H**: Layout message: preselect right.
* **SUPER + V**: Layout message: preselect bottom.

### Focus Navigation

* **SUPER + LEFT**: Move focus left.
* **SUPER + RIGHT**: Move focus right.
* **SUPER + UP**: Move focus up.
* **SUPER + DOWN**: Move focus down.

### Workspace Switching

* **SUPER + \[1-0]**: Switch to workspace 1-10.
  * `[1-0]` are codes: 10 through 19.

### Move Window to Workspace

* **SUPER + SHIFT + \[1-0]**: Move active window to workspace 1-10.
  * `[1-0]` are codes: 10 through 19.

### Scratchpad

* **SUPER + S**: Toggle scratchpad.
* **SUPER + ALT + S**: Move window to scratchpad (special workspace).

### Workspace Tab Navigation

* **SUPER + TAB**: Next workspace.
* **SUPER + SHIFT + TAB**: Previous workspace.


---

# 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://docs.monarchlinux.com/basics/keybindings.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.
