These are the keybinds I wanted to add, sadly they dont work, however if I replace the last key with another one it works. Can someone please help me out, also sorry if this is a repost.
[
{ "keys": ["alt+ctrl+ß"], "command": "insert", "args": {"characters": "\\" }},
{ "keys": ["alt+ctrl+0"], "command": "insert", "args": {"characters": "}" }},
{ "keys": ["alt+ctrl+9"], "command": "insert", "args": {"characters": "]" }},
{ "keys": ["alt+ctrl+8"], "command": "insert", "args": {"characters": "[" }},
{ "keys": ["alt+ctrl+7"], "command": "insert", "args": {"characters": "{" }},
{ "keys": ["ctrl+alt++"], "command": "insert", "args": {"characters": "~" }},
]