Xcode 14 removes shortcut for comment selection on European keyboards

Viewed 185

enter image description here

Normally the shortcut is "⌘⇧/".

But being that "/" is on the "7" key on a Danish keyboard, this shortcut now opens the Help menu - ironically.

Manually adding it as a key binding does not help.

enter image description here

As far as I remember, the exact same thing happened last year with Xcode 13.

3 Answers

I had the same issue. I unchecked adapt to current keyboard. Now it's working as before. I am using a german keyboard.

Using a french AZERTY keyboard I was able to fix it by going to:

System Preferences > Keyboard > Shortcuts tab > App Shortcuts > Uncheck Show help Menu in App Shortcuts

enter image description here

You'll still need to Manually add it as a key binding

Default 'comment selected' shortcut is cmd+*

CMD + * worked for the Turkish keyboard.

Related