Skip to content

Unable to Type |, @, or # in VSCode Editor on macOS Sonoma (MacBook Pro 2020) #30

@sntgchns

Description

@sntgchns

When I enable the extension, I cannot type the symbols associated with the keys Option+1 (|), Option+2 (@), and Option+3 (#) in the editor canvas. However, these symbols can still be typed elsewhere in the program.
If I disable the extension, the issue is resolved, but I lose the extension’s functionality.

Steps to Reproduce

  1. Enable the extension in VSCode.
  2. Attempt to type | (Option+1), @ (Option+2), or # (Option+3) in the editor.
  3. Notice the symbols do not appear in the editor but work elsewhere in the program.

System Details

• macOS Version: Sonoma
• MacBook Model: MacBook Pro 2020

Shortcuts with Problems

{
"key": "alt+1",
"command": "editor.foldLevel1",
"when": "editorTextFocus"
},
{
"key": "alt+2",
"command": "editor.foldLevel2",
"when": "editorTextFocus"
},
{
"key": "alt+3",
"command": "editor.foldLevel3",
"when": "editorTextFocus"
}

Proposed Solution

{
"key": "alt+Q",
"command": "editor.foldLevel1",
"when": "editorTextFocus"
},
{
"key": "alt+W",
"command": "editor.foldLevel2",
"when": "editorTextFocus"
},
{
"key": "alt+E",
"command": "editor.foldLevel3",
"when": "editorTextFocus"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions