|
4 | 4 | "mnemonic": "T",
|
5 | 5 | "id": "tools",
|
6 | 6 | "children":
|
7 |
| - [ |
| 7 | + [ |
8 | 8 | {
|
9 | 9 | "command": "view_in_browser",
|
10 | 10 | "caption": "View in Browser"
|
|
28 | 28 | "children":
|
29 | 29 | [
|
30 | 30 | {
|
31 |
| - "command": "open_file", |
| 31 | + "command": "open_file", |
32 | 32 | "args": {"file": "${packages}/View In Browser/View In Browser.sublime-settings"},
|
33 | 33 | "caption": "Settings – Default"
|
34 | 34 | },
|
35 | 35 | {
|
36 |
| - "command": "open_file", |
| 36 | + "command": "open_file", |
37 | 37 | "args": {"file": "${packages}/User/View In Browser.sublime-settings"},
|
38 | 38 | "caption": "Settings – User"
|
39 | 39 | },
|
| 40 | + { "caption": "-" }, |
| 41 | + { |
| 42 | + "command": "open_file", |
| 43 | + "args": { |
| 44 | + "file": "${packages}/View in Browser/Default (OSX).sublime-keymap", |
| 45 | + "platform": "OSX" |
| 46 | + }, |
| 47 | + "caption": "Key Bindings – Default" |
| 48 | + }, |
| 49 | + { |
| 50 | + "command": "open_file", |
| 51 | + "args": { |
| 52 | + "file": "${packages}/View in Browser/Default (Linux).sublime-keymap", |
| 53 | + "platform": "Linux" |
| 54 | + }, |
| 55 | + "caption": "Key Bindings – Default" |
| 56 | + }, |
| 57 | + { |
| 58 | + "command": "open_file", |
| 59 | + "args": { |
| 60 | + "file": "${packages}/View in Browser/Default (Windows).sublime-keymap", |
| 61 | + "platform": "Windows" |
| 62 | + }, |
| 63 | + "caption": "Key Bindings – Default" |
| 64 | + }, |
| 65 | + { |
| 66 | + "command": "open_file", |
| 67 | + "args": { |
| 68 | + "file": "${packages}/User/Default (OSX).sublime-keymap", |
| 69 | + "platform": "OSX" |
| 70 | + }, |
| 71 | + "caption": "Key Bindings – User" |
| 72 | + }, |
| 73 | + { |
| 74 | + "command": "open_file", |
| 75 | + "args": { |
| 76 | + "file": "${packages}/User/Default (Linux).sublime-keymap", |
| 77 | + "platform": "Linux" |
| 78 | + }, |
| 79 | + "caption": "Key Bindings – User" |
| 80 | + }, |
| 81 | + { |
| 82 | + "command": "open_file", |
| 83 | + "args": { |
| 84 | + "file": "${packages}/User/Default (Windows).sublime-keymap", |
| 85 | + "platform": "Windows" |
| 86 | + }, |
| 87 | + "caption": "Key Bindings – User" |
| 88 | + }, |
40 | 89 | { "caption": "-" }
|
41 | 90 | ]
|
42 | 91 | }
|
43 | 92 | ]
|
44 | 93 | }
|
45 | 94 | ]
|
46 |
| - } |
| 95 | + } |
47 | 96 | ]
|
0 commit comments