raycast / raycast/extensions

[Bitwarden Vault] The keyboard shortcuts on macOS are wrong

Open Beginner friendly
#29,032 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug extension extension: bitwarden
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
  1. Open the “Create Note” command.
  2. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.