-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathExample.sublime-keymap
208 lines (207 loc) · 20.9 KB
/
Example.sublime-keymap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
// This example is not ready to use.
// End-users are free to remap any key combination.
//
// Modifiers:
// shift
// ctrl or control
// alt
// super (Windows: Windows key, MacOS: Command Key)
// primary (Windows: Control key, MacOS: Command Key)
// command (MacOS only)
// option (MacOS only: same as alt)
[
{"keys": ["ctrl+super+?"], "command": "quick_options"},
{"keys": ["ctrl+super+?"], "command": "auto_format_file"},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "appleswiftformat", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "asmfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "astyle", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "autopep8", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "beautysh", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "bibtextidy", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "biome", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "black", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "bladeformatter", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "cabalfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "caddyfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "clangformat", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "cljfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "cmakeformat", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "crystal", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "csscomb", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "d2fmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "dartformat", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "deno", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "dhallformat", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "docformatter", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "dockfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "dprint", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "efmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "elixirmix", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "elmformat", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "erlfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "eslint", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "eslintd", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "floskell", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "formatr", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "fourmolu", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "fprettify", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "gleam", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "gofmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "gofumpt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "goimports", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "googlejavaformat", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "hclfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "hindent", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "htmltidy", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "isort", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "jsbeautifier", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "jsonmax", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "juliaformatter", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "ktlint", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "latexindent", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "luaformatter", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "nasmfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "nginxfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "ocamlformat", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "ocpindent", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "ormolu", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "perltidy", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "pgformat", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "phpcbf", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "phpcsfixer", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "plantumlascii", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "prettier", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "prettierd", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "prettydiffmax", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "prettytable", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "pyment", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "racofmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "rubocop", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "rubyfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "ruff", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "rufo", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "rustfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "scalafmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "scalariform", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "semistandardjs", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "shellcheck", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "shfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sqlformatter", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sqlparse", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "standardjs", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "standardrb", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "standardxjs", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "stylefmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "stylelint", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "styler", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "stylishhaskell", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "stylua", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "svgomax", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "swiftformat", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "taplo", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "terraformfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "topiary", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "tsfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "tsstandard", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "uncrustify", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yamlfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yamlmax", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yapf", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "zigfmt", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "zprint", "type": "beautifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "cleancss", "type": "minifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "htmlminifier", "type": "minifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "jsonmin", "type": "minifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "prettydiffmin", "type": "minifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "pythonminifier", "type": "minifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "shfmtmin", "type": "minifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sqlmin", "type": "minifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "svgomin", "type": "minifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "terser", "type": "minifier"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbase16dec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbase16enc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbase32dec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbase32enc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbase64dec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbase64enc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbasedec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbaseenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbinarydec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbinaryenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbrailledec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfbrailleenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfcharcodedec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfcharcodeenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfdecimaldec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfdecimalenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfextractdates", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfextractemailaddr", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfextractfilepaths", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfextractipaddr", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfextractmacaddr", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfextracturls", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfgzipcompress", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfgzipdecompress", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfhexdec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfhexdumpdec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfhexdumpenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfhexenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfhtmldeentitize", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfhtmlentitize", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfhtmlstriptags", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfloremipsum", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sflzmacompress", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sflzmadecompress", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfoctaldec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfoctalenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfpunycodedec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfpunycodeenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfquotedprintabledec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfquotedprintableenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfregexescape", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfregexunescape", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfromannumeraldec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfromannumeralenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfstringescape", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfstringunescape", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfunicodeescape", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfunicodeunescape", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfunixtimestampdec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfunixtimestampenc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfuridec", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfurienc", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2asm", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2crc32", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2diacritics", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2disasm", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2md5", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2randpass", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2sha1", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2sha256", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2sha3256", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2sha3512", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2sha512", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2shake256", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2shake512", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "sfx2uuid", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yjx2hcl", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yjx2json", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yjx2toml", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yjx2yaml", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yqx2base64", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yqx2csv", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yqx2json", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yqx2lua", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yqx2props", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yqx2shell", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yqx2toml", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yqx2tsv", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yqx2uri", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yqx2xml", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "yqx2yaml", "type": "converter"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "d2", "type": "graphic"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "drawio", "type": "graphic"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "graphviz", "type": "graphic"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "mermaid", "type": "graphic"}},
{"keys": ["ctrl+super+?"], "command": "run_format", "args": {"uid": "plantuml", "type": "graphic"}}
]