A browser extension for adding shortcuts to bsky.app.
- Make sure your
Node.js
version is >= 16 - Run
npm install
- Run
npx webpack --config webpack.config.js
- Visit the firefox addon debugging page
- (or enter
about:debugging#/runtime/this-firefox
in the address bar)
- (or enter
- Click
Load Temporary Add-on
, and selectbsky-shortcuts/build
- Make sure your
Node.js
version is >= 16 - run 'npm install'
- run
npx webpack --config webpack.config.js
- Visit the chrome extensions page
- (or enter
chrome://extensions/
in the Chrome address bar)
- (or enter
- Enable
Developer mode
in the top right - Click
Load unpacked
in the top left and select thebsky-shortcuts/build
folder
See CONTRIBUTING.md for guidelines on how to contribute to this project.
Key | Action |
---|---|
j | Move Down |
k | Move Up |
. | Load More Posts |
Enter | Open Post |
l | Like Post |
r | Reply |
t | Repost (press again to undo) |
Shift + t | Quote Post |
o | Expand Image |
c | Cycle Forward Through Saved Feeds |
Shift + c | Cycle Backward Through Saved Feeds |
v | Select next link in post |
Shift + v | Select next previous link in post |
/ | Focus Search |
g h | Go to Home |
g p | Go to Profile |
g u | Go to post author profile |
g n | Go to Notifications |
g c | Go to Chat |
g f | Go to Feeds |
g l | Go to Lists |
g s | Go to Settings |
? | Show Shortcuts |
See CHANGELOG.md for a complete list of changes.