Vscode-markdown: Default shortcuts not compatible with macOS

Created on 19 Mar 2019  ·  4Comments  ·  Source: yzhang-gh/vscode-markdown

The default keybindings on macOS assign ALT+s to "strikethrough", which interferes with text entry.

ALT+letter (and ALT+SHIFT+letter) is a core part of entering text on macOS, and as such, not appropriate for keyboard shortcuts in an application that allows text entry. When used with letter keys, ALT should always be combined with CTRL or CMD on macOS to avoid making it impossible to enter certain characters in your app.

ALT+s specifically is how you type an "ß" on an English keyboard. Therefore I can't correctly write German in vscode-markdown without deactivating/changing the default shortcuts.

Bug

All 4 comments

Thanks for telling me that. I will remove the default alt+s keybinding for macOS.

Marvellous. Thanks very much!

It should be fixed in the dev build.

It works. Now I can type ß to my heart's content!

There's no keybinding for strikethrough on the Mac, though. I had to assign my own.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

baby5 picture baby5  ·  5Comments

lengyingzi picture lengyingzi  ·  5Comments

gurbindersingh picture gurbindersingh  ·  4Comments

FrancesCoronel picture FrancesCoronel  ·  4Comments

rdhar picture rdhar  ·  4Comments