diff --git a/docs/src/pages/docs/_meta.json b/docs/src/pages/docs/_meta.json index 6091efd7f..86cba0de6 100644 --- a/docs/src/pages/docs/_meta.json +++ b/docs/src/pages/docs/_meta.json @@ -23,7 +23,6 @@ "assistants": "Assistants", "threads": "Threads", "settings": "Settings", - "shortcuts": "Keyboard Shortcuts", "inference-engines": { "title": "MODEL PROVIDER", "type": "separator" diff --git a/docs/src/pages/docs/shortcuts.mdx b/docs/src/pages/docs/shortcuts.mdx deleted file mode 100644 index 3905a6f8c..000000000 --- a/docs/src/pages/docs/shortcuts.mdx +++ /dev/null @@ -1,83 +0,0 @@ ---- -title: Keyboard Shortcuts -description: Lists all the available keyboard shortcuts for Windows, Mac, and Linux. -keywords: - [ - Jan, - Customizable Intelligence, LLM, - local AI, - privacy focus, - free and open source, - private and offline, - conversational AI, - no-subscription fee, - large language models, - Advanced Settings, - HTTPS Proxy, - SSL, - settings, - Jan settings, - ] ---- - -import { Tabs, Steps, Callout } from 'nextra/components' - -## Keyboard Shortcuts -To find the list of all the available shortcuts within Jan app, please follow the steps below: -1. Navigate to the main dashboard. -2. Click the **Gear Icon (⚙️)** on the bottom left of your screen. -
-![Settings](./_assets/settings.png) -
-3. Click the **Hotkey & Shortcut**. -
-![Keyboard Shortcut](./_assets/shortcut.png) -
- -Here are some of the keyboard shortcuts that you can use in Jan. - - - - | Combination | Description | - | --------------- | -------------------------------------------------- | - | `⌘ N` | Create a new thread. | - | `⌘ B` | Toggle collapsible left panel. | - | `⌘ Shift B` | Toggle collapsible right panel. | - | `⌘ ,` | Navigate to the setting page. | - | `Enter` | Send a message. | - | `Shift + Enter` | Insert new line in input box. | - | `Arrow Up` | Navigate to the previous option (within the search dialog). | - | `Arrow Down` | Navigate to the next option (within the search dialog). | - - - - - | Combination | Description | - | --------------- | ---------------------------------------------------------- | - | `Ctrl N` | Create a new thread. | - | `Ctrl B` | Toggle collapsible left panel. | - | `Ctrl Shift B` | Toggle collapsible right panel. | - | `Ctrl ,` | Navigate to the setting page. | - | `Enter` | Send a message. | - | `Shift + Enter` | Insert new line in input box. | - | `Arrow Up` | Navigate to the previous option (within the search dialog). | - | `Arrow Down` | Navigate to the next option (within the search dialog). | - - - - - | Combination | Description | - | --------------- | ---------------------------------------------------------- | - | `Ctrl N` | Create a new thread. | - | `Ctrl B` | Toggle collapsible left panel. | - | `Ctrl Shift B` | Toggle collapsible right panel. | - | `Ctrl ,` | Navigate to the setting page. | - | `Enter` | Send a message. | - | `Shift + Enter` | Insert new line in input box. | - | `Arrow Up` | Navigate to the previous option (within the search dialog). | - | `Arrow Down` | Navigate to the next option (within the search dialog). | - - - - -