[Bitwarden Vault] The keyboard shortcuts on macOS are wrong
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.8k
- Forks
- 6.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 442
Description
Extension
https://www.raycast.com/jomifepe/bitwarden
Raycast Version
1.104.20
OS Version
Sequoia 15.7.7
Description
Some keyboard shortcuts on macOS are completely wrong. Apps on macOS are supposed to use Command (Cmd) for in-app shortcuts and shouldn't use the Option key.
Steps To Reproduce
- Open the “Create Note” command.
- Press Cmd + K to view the Actions list.
Current Behaviour
Some actions use the Option key as the shortcut.
For example:
Sync Vault: Option + R
Lock Vault: Option + Shift + L
Copy Password: Option + P
Copy username: Option + U
Open in Browser: Option + O
Expected Behaviour
Actions should use the Command (Cmd) key as the shortcut.
For example:
Sync Vault: Command + Shift + R (Because Command + R is already assigned by raycast itself) or Command + S (sync)
Lock Vault: Command + Shift + L
Copy Password: Command + Shift + P (Because Command + P is already assigned to the searchBarAccessory)
Copy username: Command + U
Open in Browser: Command + O
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Bitwarden Vault extension linked in the issue and open the Create Note command's Actions list to locate the shortcut definitions. Compare each listed action with the reported current and expected shortcuts, accounting for Raycast's existing Command+R and Command+P assignments. Done means the affected actions use the agreed Command-based shortcuts on macOS.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100