Skip to content
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

Align AI chat window keybinding with VS Code defaults (on macOS) #14814

Closed
kittaakos opened this issue Feb 3, 2025 · 0 comments · Fixed by #14850
Closed

Align AI chat window keybinding with VS Code defaults (on macOS) #14814

kittaakos opened this issue Feb 3, 2025 · 0 comments · Fixed by #14850
Assignees
Labels

Comments

@kittaakos
Copy link
Contributor

kittaakos commented Feb 3, 2025

Feature Description:

I would like to request a feature enhancement for the Theia AI chat integration to align it with Visual Studio Code on macOS. Currently, the default keybinding to open the AI chat window is set to ++I.

toggleKeybinding: 'ctrlcmd+alt+i'

However, this conflicts with the browser's default Dev Tools keybinding, which is ++I.

Image
open_dev_tools_in_theia.mov

To improve the user and developer experience, I propose that the keybinding for opening the AI chat window be aligned with the default VS Code bindings. This would allow users to utilize the ++I combination for the AI chat. This would prevent the overriding of the Dev Tools access and make it easier for devs to switch between tools seamlessly.

I do not know what the keybindings for VS Code Copilot are on Windows and Linux, but the dev-ex could be improved on macOS. Related: #12693.

Thank you!

@sdirix sdirix added the TheiaAI label Feb 3, 2025
@JonasHelming JonasHelming self-assigned this Feb 3, 2025
cdamus added a commit to cdamus/theia that referenced this issue Feb 5, 2025
On macOS, assign Control+Command+I keybinding and on other platoforms
Control+Alternate+I to align with VS Code on Mac and not clash with
Chrome devtools on all platforms.

Fixes eclipse-theia#14814

Signed-off-by: Christian W. Damus <[email protected]>
cdamus added a commit to cdamus/theia that referenced this issue Feb 5, 2025
On macOS, assign Control+Command+I keybinding and on other platforms
Control+Alternate+I to align with VS Code on Mac and not clash with
Chrome devtools on all platforms.

Fixes eclipse-theia#14814

Signed-off-by: Christian W. Damus <[email protected]>
JonasHelming pushed a commit that referenced this issue Feb 6, 2025
On macOS, assign Control+Command+I keybinding and on other platforms
Control+Alternate+I to align with VS Code on Mac and not clash with
Chrome devtools on all platforms.

Fixes #14814

Signed-off-by: Christian W. Damus <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants