add keyboard shortcuts for database/docker compose page

This commit is contained in:
Bob Mannino
2025-08-11 19:39:13 +01:00
parent 0ac09c8ff7
commit b4264cf3dd
2 changed files with 34 additions and 0 deletions

View File

@@ -50,3 +50,18 @@ This section provides advanced configuration options for experienced users. It i
- **Volumes**: To ensure data persistence across deployments, configure storage volumes for your application.
- **Resources**: Adjust the CPU and memory allocation for your application.
- **Danger Zone**: If for some reason you want to start again and delete all the data, tables, etc. you can do it here.
## Keyboard Shortcuts
To help speed up navigating there are some built in keyboard shortcuts for
navigating tabs on database pages. Similar to GitHub these are all prefixed
with the `g` key so to use them press `g` and then the shortcut key.
| Key | Tab |
| --- | ------------------- |
| `g` | General |
| `e` | Environment |
| `l` | Logs |
| `m` | Monitoring |
| `b` | Backups |
| `a` | Advanced |

View File

@@ -74,3 +74,22 @@ volumes:
```
</Callout>
## Keyboard Shortcuts
To help speed up navigating there are some built in keyboard shortcuts for
navigating tabs on docker compose pages. Similar to GitHub these are all prefixed
with the `g` key so to use them press `g` and then the shortcut key.
| Key | Tab |
| --- | ------------------- |
| `g` | General |
| `e` | Environment |
| `u` | Domains |
| `d` | Deployments |
| `b` | Backups |
| `s` | Schedules |
| `v` | Volume Backups |
| `l` | Logs |
| `m` | Monitoring |
| `a` | Advanced |