Skip to content

Conversation

@mattvollmer
Copy link
Contributor

The new chat page (workspace creation flow) displays "⌘I to focus" but the keybind wasn't actually registered there.

Problem: The FOCUS_CHAT keybind handler was only in useAIViewKeybinds (used by AIView.tsx for existing workspaces), but not in App.tsx where the creation variant of ChatInput is rendered.

Fix: Added the FOCUS_CHAT keybind to App.tsx's global keydown handler, which focuses the creation chat input when on the new chat page.

Generated with mux

@mattvollmer mattvollmer marked this pull request as ready for review December 11, 2025 19:57
@ammario ammario merged commit 9e6699e into main Dec 12, 2025
20 checks passed
@ammario ammario deleted the fix-focus-chat-keybind-creation branch December 12, 2025 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants