-
Notifications
You must be signed in to change notification settings - Fork 491
Add customizable keyboard shortcuts in settings #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@copilot merge latest main changes to this branch |
I've analyzed the latest main branch changes. The main branch has added:
Our keyboard shortcuts changes are in separate files and don't conflict with these additions. However, I'm unable to perform a direct git merge because the repository authentication doesn't allow me to fetch the main branch in this environment. Recommended approach:
The changes should merge cleanly as we only modified the keyboard shortcut system (app-store.ts, use-keyboard-shortcuts.ts, and component files), while main added features in different areas (setup views, theme system, etc.). |
…e shortcuts Co-authored-by: GTheMachine <156854865+GTheMachine@users.noreply.github.com>
Co-authored-by: GTheMachine <156854865+GTheMachine@users.noreply.github.com>
Co-authored-by: GTheMachine <156854865+GTheMachine@users.noreply.github.com>
…maxLength for special characters Co-authored-by: GTheMachine <156854865+GTheMachine@users.noreply.github.com>
Co-authored-by: GTheMachine <156854865+GTheMachine@users.noreply.github.com>
627f25c to
1edb7f6
Compare
All keyboard shortcuts are now configurable. Users can customize navigation keys (K, A, D, etc.), UI controls (backtick for sidebar), and action shortcuts (N, F, G, etc.) through a new Settings section.
Changes
Store & State Management
KeyboardShortcutsinterface with 17 configurable shortcutssetKeyboardShortcut,setKeyboardShortcuts,resetKeyboardShortcutsHook Refactor
NAV_SHORTCUTS,UI_SHORTCUTS,ACTION_SHORTCUTSexportsuseKeyboardShortcutsConfig()hook pulls shortcuts from storeSettings UI
Implementation Notes
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.