microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.63k stars 29.04k forks source link

Ctrl+TAB does not change documents anymore #26189

Closed DasJott closed 7 years ago

DasJott commented 7 years ago
Extension Author Version
swagger-viewer Arjun 1.4.0
vscode-simple-icons LaurentTreguier 1.2.1
vscode-todo MattiasPernhult 0.8.0
material-icon-theme PKief 2.0.5
vscode-docker PeterJausovec 0.0.13
html-css-class-completion Zignd 1.1.0
githistory donjayamanne 0.2.0
phpunit emallin 1.0.0
php-intellisense felixfbecker 1.2.1
text-transform florianloch 0.1.0
auto-close-tag formulahendry 0.3.12
auto-rename-tag formulahendry 0.0.11
theme-dark-starry-night jerry 1.0.2
Go lukehoban 0.6.61
php-docblocker neilbrayfield 1.0.0
better-merge pprice 0.7.0
swaggitor qnsolutions 0.1.1
bootstrap-3-snippets wcwhitehead 0.0.9
Material-theme zhuangtongfa 2.7.1 ;

Steps to Reproduce:

  1. Open several files
  2. press Ctrl+tab
  3. nothing happens since 1.12.1

The shortcut is configured correctly, simply does not work.

DasJott commented 7 years ago

Man, that is annoying as hell. I use that permanently. Now I always have to grab the mouse...

Tyriar commented 7 years ago

@DasJott cannot reproduce on Ubuntu 16.10, some questions:

DasJott commented 7 years ago

This is Ubuntu 16.04 running.

Console says nothing on pressing ctrl+tab. No duplicate keybindings. I do indeed have a special config for some keys, but not regarding any of ctrl and shift keys. Caps lock is normal shift and "home/end" changed places with "page up/down". --disable-extensions did not change anything. The user keybindings config is clean regarding ctrl+tab stuff.

Btw. Ctrl+shift+tab works. as usual.

Will check the insiders build later.

DasJott commented 7 years ago

After a while working it suddenly worked again! But then I reloaded the window (for an addon update) and it broke again. Maybe that helps. I did not do anything special...

DasJott commented 7 years ago

It must have been the Budgie DE I installed temporarily recently. A systemwide shortcut was installed for ctrl+tab for starting xfdashboard. I removed that shortcut from system settings -> keyboard -> shortcuts -> custom shortcuts

Now it works again.