-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
There is no shortcut to open the integrated terminal on Linux #32473
Comments
ctrl+` opens the integrated terminal on Ubuntu. You can customize this using the keybindings system https://code.visualstudio.com/docs/getstarted/keybindings |
I'm sorry I should have been more precise. I know that there should be that shortcut ctrl+` to open integrated terminal on Ubuntu but I tried it and it doesn't work (tried ctrl+² too for my locale (fr) ). I looked for it in the keyboard shortcuts and keybindings and it doesn't exist ! |
Looks like there is not shortcut by default for your locale, you can add one by hovering the row and hitting the pencil button on the left. |
Thanks that work. Shouldn't it be working out of the box, even with french locale ? |
The shortcut isn't present even with --locale=fr on my Ubuntu computer. |
Weird.. I assume you have fr set up as the system language? Maybe that's the issue. Moving to @alexandrudima as it seems to relate to the keybindings system. |
Well on Fedora the "language" is set to english but the "formats" to french. However on Ubuntu it's full french. |
Our out-of-the-box keybinding for toggle terminal is Simply click on the edit pencil next to the command and bind it to a keybinding. |
You should reopen because there is a ` on my keyboard. |
@Paviluf ok. Can you then please do the following:
I can then take a look and see if our logic is flawed. |
Here it is from my Chromebook (the ` is on letter 7). |
@Paviluf
Indeed, This means that our out of the box keybinding for Does that make sense? |
That make sense. Just note that only |
This is explained in https://en.wikipedia.org/wiki/AltGr_key#Control_.2B_Alt_as_a_substitute In effect, we cannot differentiate |
Since I believe our algorithm for mapping default keybindings to the current keyboard layout is correct, I will close this issue for now. Please upvote #1240 which is about that we ship with keyboard layout optimized default keybindings. |
Maybe but if I press it, nothing happen. |
Hello,
There is no shortcut to open the integrated terminal on Linux.
The text was updated successfully, but these errors were encountered: