From 17bce930ba5020415171f41d83063be96cdc41ee Mon Sep 17 00:00:00 2001 From: sabaimran Date: Fri, 14 Jun 2024 14:30:31 +0530 Subject: [PATCH] Add a documentation page for keyboard shortcuts --- .../docs/features/keyboard_shortcuts.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 documentation/docs/features/keyboard_shortcuts.md diff --git a/documentation/docs/features/keyboard_shortcuts.md b/documentation/docs/features/keyboard_shortcuts.md new file mode 100644 index 00000000..39e3d7bd --- /dev/null +++ b/documentation/docs/features/keyboard_shortcuts.md @@ -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-/). + +Up/Down Arrow Keys + +### Enter (Chat Input) + +Press 'Enter' to send the message you've typed in the chat window.