Keyboard Shortcuts
This page collects the keyboard controls for the desktop app and the wayland-core terminal session.
Desktop app
Section titled “Desktop app”| Action | Key |
|---|---|
| Send a message | Enter |
| New line in the message box | Shift + Enter |
| Maximize a panel (for example a team member’s panel) | the maximize control on the panel |
| Restore a maximized panel | the restore control on the panel |
The app uses the platform’s standard window controls for minimize, maximize, and close.
Wayland Core REPL
Section titled “Wayland Core REPL”When you run wayland-core with no prompt on a terminal, it opens an interactive session.
| Action | Input |
|---|---|
| Send a prompt | type the prompt and press Enter |
| Run a slash command | start the line with /, for example /exit |
| Exit the session | /exit or /quit |
| Cancel the running process | Ctrl + C |
To use the line-based REPL instead of the full-screen terminal UI, start the engine with --no-tui. See Single-shot and REPL.