[Word Count] Leaking key input
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/itsmingjie/word-count
Raycast Version
1.104.10
OS Version
macOS 15.7.4
Description
When executing the "count" command, some keyboard input "leaks" cmd-c twice into the previously focused application.
This is especially annoying when I use nvim, because it ignores cmd and cc means "clear this line"...
Steps To Reproduce
- go to https://w3c.github.io/uievents/tools/key-event-viewer.html
- focus the text input
- open raycast and execute the "count" command from this extension
- see how "Meta-C" is caught up by the key event listener twice
Current Behaviour
leaks key events
Expected Behaviour
leaves background apps unaffected
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 by inspecting the Word Count extension at https://www.raycast.com/itsmingjie/word-count and reproduce the "count" command using the W3C key-event viewer. Verify the duplicate Meta-C events and confirm completion when the command leaves the previously focused application unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100