From 4a94666fe8011165da9757a1a892a6aa23a8e859 Mon Sep 17 00:00:00 2001 From: Bob Mannino Date: Sun, 10 Aug 2025 14:46:51 +0100 Subject: [PATCH] add docs for keyboard shortcuts on application page --- .../content/docs/core/applications/index.mdx | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/apps/docs/content/docs/core/applications/index.mdx b/apps/docs/content/docs/core/applications/index.mdx index 7030150..e3e15cf 100644 --- a/apps/docs/content/docs/core/applications/index.mdx +++ b/apps/docs/content/docs/core/applications/index.mdx @@ -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 application’s functionality and availability.