Recognize altKey correctly on macOS #22664
Labels
bug
Issue identified by VS Code Team member as probable bug
keybindings
VS Code keybinding issues
macos
Issues with VS Code on MAC/OS X
verified
Verification succeeded
Milestone
Steps to Reproduce:
{"key": "alt+u", "command": "cursorHome"}
What's expected: For
cursorHome
command to be invoked.What actually happens: This character gets written: ¨
Atom used to have this problem too, which was solved by this PR: atom/atom-keymap#163
More context: atom/atom#13043
The text was updated successfully, but these errors were encountered: