Implement Keyboard Shortcuts for Core KiloCode Functions #898
catrielmuller
started this conversation in
1. Feature requests
Replies: 1 comment
-
For my workflow, I am able to use the keyboard for everything except switching API provider/models. One suggestion is for KiloCode to support the System built-ins when it has focus:
Changing interaction mode (Ctrl+.) already works, so I assume it's because KiloCode supports Also, I added this bind to activate KiloCode. I have KiloCode in a sidebar so if this could turn into a Toggle to show+focus/hide, it'd be great! {
"key": "ctrl+shift+alt+k",
"command": "kilo-code.focusChatInput",
"when": "true"
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, performing actions within the KiloCode extension requires using the mouse to navigate and click on various UI elements. This can be inefficient and interrupt the development workflow, especially for keyboard-centric users who rely on shortcuts to maintain speed and focus. The absence of hotkeys creates a slower user experience compared to other core VS Code functionalities.
Describe the solution you'd like
To enhance productivity and user experience, we propose the implementation of configurable keyboard shortcuts for the most common actions in the KiloCode extension. This would allow users to perform tasks like starting a new session, sending code, asking questions, see credits/profile or switch profiles and models without leaving the keyboard.
Beta Was this translation helpful? Give feedback.
All reactions