Daily Shaarli
July 19, 2020
Mac: Bonk/beep/funk sound when pressing CMD-Ctrl-Down in an editor (Visual Studio Code, cmd-ctrl-left, cmd-ctrl-right) · Issue #2419 · adobe/brackets · GitHub
On MacOS High Sierra I had to create the directory KeyBindings and then create the file switching the ^ and @ symbol. Then I had to close Atom and open it again.
{
"@^\UF701" = "noop:";
"@^\UF702" = "noop:";
"@^\UF703" = "noop:";
}