Skip to content

Browser extension that adds keyboard shortcuts to bsky.app

License

Notifications You must be signed in to change notification settings

mattburesh/bluesky-shortcuts

Repository files navigation

bluesky-shortcuts

A browser extension for adding shortcuts to bsky.app.

Install

Available from FireFox Add-ons Available in the Chrome Web Store

Development

Firefox

  1. Make sure your Node.js version is >= 16
  2. Run npm install
  3. Run npx webpack --config webpack.config.js
  4. Visit the firefox addon debugging page
    1. (or enter about:debugging#/runtime/this-firefox in the address bar)
  5. Click Load Temporary Add-on, and select bsky-shortcuts/build

Chrome

  1. Make sure your Node.js version is >= 16
  2. run 'npm install'
  3. run npx webpack --config webpack.config.js
  4. Visit the chrome extensions page
    1. (or enter chrome://extensions/ in the Chrome address bar)
  5. Enable Developer mode in the top right
  6. Click Load unpacked in the top left and select the bsky-shortcuts/build folder

Contributing

See CONTRIBUTING.md for guidelines on how to contribute to this project.

Shortcuts

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

Changelog

See CHANGELOG.md for a complete list of changes.