Skip to content

Instantly share code, notes, and snippets.

@qin-yu
Created January 21, 2020 15:53
Show Gist options
  • Save qin-yu/ee3e6bd750037dc45e3245021962c19a to your computer and use it in GitHub Desktop.
Save qin-yu/ee3e6bd750037dc45e3245021962c19a to your computer and use it in GitHub Desktop.
Shortcuts not working on Mac/MacOS

Shortcuts not working on Mac/MacOS

One possibility is that the keyboard setting is bad for the massive amount of shortcuts we are using. The system default input source is ABC - Extended, which causes ++f to input a ̰ character. For example, in VS Code, to format a document, one uses ++f, which inputs ̰ instead of executing the shortcut.

Solution

Just change the ABC - Extended input source to ABC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment