Cmd+, (Ctrl+, on Windows/Linux) is the standard shortcut to open settings in most developer tools. It would be a nice touch to support it here.
The Settings modal is controlled by a boolean in App.tsx, so it's a single useEffect listening for the keydown event. Should be a small, self-contained change.
Worth making sure it doesn't fire when the user is typing in the chat input.
Cmd+, (Ctrl+, on Windows/Linux) is the standard shortcut to open settings in most developer tools. It would be a nice touch to support it here.
The Settings modal is controlled by a boolean in App.tsx, so it's a single useEffect listening for the keydown event. Should be a small, self-contained change.
Worth making sure it doesn't fire when the user is typing in the chat input.