mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Add a documentation page for keyboard shortcuts
This commit is contained in:
parent
35715096f4
commit
17bce930ba
1 changed files with 18 additions and 0 deletions
18
documentation/docs/features/keyboard_shortcuts.md
Normal file
18
documentation/docs/features/keyboard_shortcuts.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Keyboard Shortcuts
|
||||
|
||||
Oftentimes, having to leave your keyboard to move the mouse can break your flow. We want to make it as easy as possible for AI to flow with you as you are, so we've added some keyboard shortcuts to facilitate that.
|
||||
|
||||
## Web App
|
||||
|
||||
### Up/Down Arrow Keys (Chat Input)
|
||||
|
||||
- **Up Arrow Key**: Move up in the list of most recent messages in your chat window.
|
||||
- **Down Arrow Key**: Move down in the list of most recent messages in your chat window.
|
||||
|
||||
You can watch the demo to see how it works on [this sample conversation](http://app.khoj.dev/share/chat/in-particular-assess-the-prospect-for-brazil-/).
|
||||
|
||||
<img src="https://assets.khoj.dev/up_down_shortcuts.gif" height="300" alt="Up/Down Arrow Keys"></img>
|
||||
|
||||
### Enter (Chat Input)
|
||||
|
||||
Press 'Enter' to send the message you've typed in the chat window.
|
Loading…
Add table
Reference in a new issue