Merge pull request #58 from bobbymannino/keyboard-nav-on-more-pages

add keyboard nav for more pages
This commit is contained in:
Mauricio Siu
2025-08-23 19:41:11 -06:00
committed by GitHub
3 changed files with 37 additions and 3 deletions

View File

@@ -56,9 +56,9 @@ This section provides advanced configuration options for experienced users. It i
## Keyboard Shortcuts
To help speed up navigating there are some built in shortcuts when browsing a
specific application. Similar to GitHub these are all prefixed with the `g` key
so to use them press `g` and then the shortcut key.
To help speed up navigating there are some built in keyboard shortcuts for
navigating tabs on application 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 |
| --- | ------------------- |

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 |