Removed Keyboard Shortcuts page
This commit is contained in:
parent
dc2e89fb52
commit
1680a21830
@ -23,7 +23,6 @@
|
||||
"assistants": "Assistants",
|
||||
"threads": "Threads",
|
||||
"settings": "Settings",
|
||||
"shortcuts": "Keyboard Shortcuts",
|
||||
"inference-engines": {
|
||||
"title": "MODEL PROVIDER",
|
||||
"type": "separator"
|
||||
|
||||
@ -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/>
|
||||

|
||||
<br/>
|
||||
3. Click the **Hotkey & Shortcut**.
|
||||
<br/>
|
||||

|
||||
<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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user