Skip to content

Conversation

@Irev-Dev
Copy link
Contributor

@Irev-Dev Irev-Dev commented Jan 15, 2026

I noticed I had to click into the search bar, paper cut


Note

Improves search accessibility by adding a standard find shortcut.

  • Registers mod+f via react-hotkeys-hook in ProjectSearchBar to focus() the input (with enableOnFormTags: true)
  • Retains existing Ctrl+. shortcut; no other logic or UI changes

Written by Cursor Bugbot for commit 2ee5c3b. This will update automatically on new commits. Configure here.

@Irev-Dev Irev-Dev requested a review from a team as a code owner January 15, 2026 09:25
@vercel
Copy link

vercel bot commented Jan 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
modeling-app Ready Ready Preview, Comment Jan 15, 2026 9:40am

Comment on lines +44 to +51
useHotkeys(
'mod+f',
(event) => {
event.preventDefault()
inputRef.current?.focus()
},
{ enableOnFormTags: true }
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@franknoirot do you remember the reasoning for Ctrl+. being the default one? Wondering if we should keep both

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants