DeepSeek Shortcuts is a lightweight browser extension designed to enhance the user experience on DeepSeek AI by providing intuitive keyboard shortcuts for efficient navigation and interaction.
See the extension in action below:
This extension enables users to perform the following actions using shortcut keys:
- Scroll Up One Message –
Alt + A
- Scroll Down One Message –
Alt + S
- Scroll to Top –
Alt + T
- Scroll to Bottom –
Alt + B
- Focus Chat Input –
Alt + F
- Copy Last Response –
Alt + R
- Copy Last Prompt –
Alt + C
-
Download the repository:
https://github.com/Arch-Laboratories/Deep-Keys.git
-
Open Chrome Extensions Page:
- Go to
chrome://extensions/
- Enable Developer Mode (top-right corner).
- Go to
-
Load the Extension:
- Click on Load unpacked.
- Select the folder where you cloned the repository.
-
The extension is now active and ready to use!
Once installed, visit DeepSeek AI and use the keyboard shortcuts for seamless navigation.
The shortcut keys are defined in the content.js
file. If you want to modify the default shortcuts:
- Open
content.js
in a text editor. - Change the key bindings
- Reload the extension.
The extension requests the following permissions:
activeTab
– To interact with the current active tab.scripting
– To inject scripts dynamically.host_permissions
– Limited tohttps://chat.deepseek.com/*
for safety.
- JavaScript
- HTML
- CSS
- Chrome Extensions API
This project is licensed under the MIT License.