-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Ctrl+Tab behavior not working as expected on Linux #26176
Comments
I can't reproduce this. I'm also on Linux Mint 18.1 Serena, using VS Code 1.12.1, but for me, the active tab switches as soon as I release the Ctrl key. I can hit Ctrl+Tab, then release Ctrl right away, to switch to the previously-open editor tab, or I can hold down Ctrl while I continue to hit Tab to cycle through the tabs, then release Ctrl when I reach the one I want. Either way, as soon as I release Ctrl the tab opens immediately, which is the expected behavior -- I don't have to press Enter at all. What extensions do you have installed? It's possible that one of them may be interfering with Ctrl+Tab somehow. The extensions I have installed, on my Linux Mint 18.1 system where Ctrl+Tab is working as expected, are:
|
@rmunn just investigated this some more, and was able to see the issue with all extensions disabled. It looks like this is specifically an issue with using the Caps Lock key as an additional Control key with that setting in Keyboard Layout Options enabled. If I use my regular Control key the editor behaves as expected. |
For me, ctrl+tab simply does nothing. Using playin 16.04 Ubuntu here. |
Moving to @alexandrudima as it's related to keybindings, it might be a problem with the keyboard layout sending the caps lock ctrl a little differently to regular ctrl? |
Let's track in #23991. A workaround is presented in the comments. |
Steps to Reproduce:
Expected behavior:
The file list closes, and the editor switches to the selected file in the list, which is the previously open file.
Actual behavior:
The list remains open. Editor does not close the list until and open the selected file until the Enter key is pressed.
Notes:
I've tested this with the same version of Code on both Linux and Windows, and the incorrect behavior only seems to occur under Linux.
Screenshot:
The text was updated successfully, but these errors were encountered: