Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 7c63bd9

Browse files
committed
Fixed Menu open file issues
1 parent 6a957e4 commit 7c63bd9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Main.sublime-menu

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,47 +35,47 @@
3535
{
3636
"command": "open_file",
3737
"args": {
38-
"file": "${packages}/SQLTools/Default\\ \\(Windows\\).sublime-keymap",
38+
"file": "${packages}/SQLTools/Default (Windows).sublime-keymap",
3939
"platform": "Windows"
4040
},
4141
"caption": "Key Bindings – Default"
4242
},
4343
{
4444
"command": "open_file",
4545
"args": {
46-
"file": "${packages}/SQLTools/Default\\ \\(OSX\\).sublime-keymap",
46+
"file": "${packages}/SQLTools/Default (OSX).sublime-keymap",
4747
"platform": "OSX"
4848
},
4949
"caption": "Key Bindings – Default"
5050
},
5151
{
5252
"command": "open_file",
5353
"args": {
54-
"file": "${packages}/SQLTools/Default\\ \\(Linux\\).sublime-keymap",
54+
"file": "${packages}/SQLTools/Default (Linux).sublime-keymap",
5555
"platform": "Linux"
5656
},
5757
"caption": "Key Bindings – Default"
5858
},
5959
{
6060
"command": "open_file",
6161
"args": {
62-
"file": "${packages}/User/Default\\ \\(Windows\\).sublime-keymap",
62+
"file": "${packages}/User/Default (Windows).sublime-keymap",
6363
"platform": "Windows"
6464
},
6565
"caption": "Key Bindings – User"
6666
},
6767
{
6868
"command": "open_file",
6969
"args": {
70-
"file": "${packages}/User/Default\\ \\(OSX\\).sublime-keymap",
70+
"file": "${packages}/User/Default (OSX).sublime-keymap",
7171
"platform": "OSX"
7272
},
7373
"caption": "Key Bindings – User"
7474
},
7575
{
7676
"command": "open_file",
7777
"args": {
78-
"file": "${packages}/User/Default\\ \\(Linux\\).sublime-keymap",
78+
"file": "${packages}/User/Default (Linux).sublime-keymap",
7979
"platform": "Linux"
8080
},
8181
"caption": "Key Bindings – User"

0 commit comments

Comments
 (0)