-
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
Focus Breadcrumb shortcut not working on macOS with German keyboard #57228
Comments
This is likely because we only ship polished keybindings for english keyboard layouts. You can vote on this issue which is about shipping polished layouts for other languages: #1240 |
It seems, the < key isn't detected at all. If I press Cmd Shift < (in this order) the input box shows |
Any chance that some other OS-wide registration for that combination exists? |
Not that I am aware of. I haven't installed any system services on top of the stock macOS services. Retried after quitting all applications except VSCode, but it shows the same result. Not sure if that makes the difference, however, my macOS language preferences are set to English. |
Is this by any change the macOS keybinding to go through windows of one app, e.g have two browser windows open and use |
No, that would be Cmd+Shift+`. I experimented with two VS Code windows, Cmd+Shift+`, as expected, switches between them, whereas Cmd+Shift+< has no effect. |
Hm, must be something else then. The fact that the keybinding doesn't reach us, indicated that some other app or the OS consumes it. There is nothing we can do except for #1240. Closing as dupe |
/duplicate of #1240 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
Issue Type: Bug
On a MacBook with a German keyboard layout, running macOS 10.13, the key binding Shift+Cmd+< to focus the breadcumbs has no effect.
Focussing the breadcrumbs through the command palette works though.
Note, that Germany keyboards have a single key for
<
and>
, where pressing the key alone results in<
and shift-pressing the key results in>
.VS Code version: Code 1.26.1 (493869e, 2018-08-16T18:31:26.156Z)
OS version: Darwin x64 17.7.0
Extensions: none
The text was updated successfully, but these errors were encountered: