feat: configurable stop shortcut with platform defaults#244
feat: configurable stop shortcut with platform defaults#244Dimillian merged 5 commits intoDimillian:mainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1ba451874b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Fixed: useInterruptShortcut now skips events where event.defaultPrevented is true, and it no longer triggers inside input fields or other editable elements (avoiding conflicts with terminal shortcuts or copy shortcuts). |
|
@codex review |
|
Codex Review: Didn't find any major issues. Can't wait for the next one! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Co-authored-by: Thomas Ricouard <[email protected]>
Co-authored-by: Thomas Ricouard <[email protected]>
Summary
Testing