Merge pull request #56 from bobbymannino/application-keyboard-navigation

add docs for keyboard shortcuts on application page
This commit is contained in:
Mauricio Siu
2025-08-10 23:29:36 -06:00
committed by GitHub

View File

@@ -54,5 +54,25 @@ This section provides advanced configuration options for experienced users. It i
- **Ports**: Expose your application to the internet by configuring network ports.
- **Traefik**: Modify Traefik settings to manage HTTP request handling for your application.
## 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.
| Key | Tab |
| --- | ------------------- |
| `g` | General |
| `e` | Environment |
| `u` | Domains |
| `p` | Preview Deployments |
| `s` | Schedules |
| `v` | Volume Backups |
| `d` | Deployments |
| `l` | Logs |
| `m` | Monitoring |
| `a` | Advanced |
### Note
Adjust these settings carefully as incorrect configurations can significantly impact your applications functionality and availability.