fix: recognize raw editor backslash shortcut

This commit is contained in:
lucaronin
2026-06-05 18:49:14 +02:00
parent 057c73376c
commit cc52a52216
3 changed files with 13 additions and 1 deletions

View File

@@ -142,6 +142,7 @@
"shortcut": {
"combo": "command-or-ctrl",
"key": "\\",
"code": "Backslash",
"display": "⌘\\",
"accelerator": "CmdOrCtrl+\\"
}