Removed Keyboard Shortcuts page

This commit is contained in:
Ashley 2025-01-06 02:12:13 +07:00
parent dc2e89fb52
commit 1680a21830
2 changed files with 0 additions and 84 deletions

View File

@ -23,7 +23,6 @@
"assistants": "Assistants",
"threads": "Threads",
"settings": "Settings",
"shortcuts": "Keyboard Shortcuts",
"inference-engines": {
"title": "MODEL PROVIDER",
"type": "separator"

View File

@ -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.
<br/>
![Settings](./_assets/settings.png)
<br/>
3. Click the **Hotkey & Shortcut**.
<br/>
![Keyboard Shortcut](./_assets/shortcut.png)
<br/>
Here are some of the keyboard shortcuts that you can use in Jan.
<Tabs items={['Mac', 'Windows', 'Linux']}>
<Tabs.Tab>
| 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). |
</Tabs.Tab>
<Tabs.Tab>
| 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). |
</Tabs.Tab>
<Tabs.Tab>
| 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). |
</Tabs.Tab>
</Tabs>