Skip to content

Commit a38de75

Browse files
committed
Update guidance around macOS invalid key sound
See microsoft/vscode#44070
1 parent a6d449b commit a38de75

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/terminal/basics.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,14 @@ The keyboard shortcuts ⌃⌘← and ⌃⌘→ are the defaults for resizing ind
395395
mkdir -p ~/Library/KeyBindings
396396
cat > ~/Library/KeyBindings/DefaultKeyBinding.dict <<EOF
397397
{
398-
"^@\UF701" = "noop";
399-
"^@\UF702" = "noop";
400-
"^@\UF703" = "noop";
398+
"@^\UF700" = "noop:";
399+
"@^\UF701" = "noop:";
400+
"@^\UF702" = "noop:";
401+
"@^\UF703" = "noop:";
402+
"@~^\UF700" = "noop:";
403+
"@~^\UF701" = "noop:";
404+
"@~^\UF702" = "noop:";
405+
"@~^\UF703" = "noop:";
401406
}
402407
EOF
403408
```

0 commit comments

Comments
 (0)