forked from EmpowermentZone/EdSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EdSharp.ini
380 lines (380 loc) · 20.3 KB
/
EdSharp.ini
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
[Options]
AbbreviateOutput="\r"
BraceMatch="{}"
CompileCommand=""
DateFormat=""
ExtensionDefault="rtf"
FontDefault="MS Reference Sans Serif, 11.25pt, Color=WindowText"
GoToEnVironment="python"
HardPageAddress="N"
IndentUnit="\t"
JumpPosition=""
KeepBackup="N"
LimitItem="\n"
MaximizeWindow="N"
NavigatePart="\f"
OpenPrevious="N"
PromptCommand=""
QuotePrefix="> "
RecentFiles="100"
SectionBreak="\n----------\n\f\n"
TimeFormat=""
UseIndentModeDefault="N"
ViewLevels="htm:0 html:0 md:0 pdf:1 rtf:1 tex:0 tt:0 xhtml:0 xml:0"
WordWrap="Y"
E&xtraSpeech="Y"
YieldEncoding=""
[Import]
brf2txt=%ProgDir%\Convert\NFBTrans\BackTran.bat %ProgDir% %SourceDir% %SourceRoot% %TargetDir% %TargetRoot%
brl2txt=%ProgDir%\Convert\liblouis\brl2txt.bat %ProgDir%\Convert\Liblouis "%SourceLong%" %Target%
doc2txt=%ProgDir%\Convert\doc2txt.bat "%ProgDir%" "%SourceLong%" %Target%
docx2htm=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f docx -t html -s -S -o %Target%
docx2html=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f docx -t html -s -S -o %Target%
docx2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f docx -t markdown_github -s -S -o %Target%
docx2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f docx -t mediawiki -s -S -o %Target%
docx2rst=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f docx -t rst -s -S -o %Target%
docx2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f docx -t plain -s -S -o %Target%
docx2tex=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f docx -t latex -s -S -o %Target%
epub2htm=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub -t html -s -S -o %Target%
epub2html=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub -t html -s -S -o %Target%
epub2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub -t markdown_github -s -S -o %Target%
epub2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub -t mediawiki -s -S -o %Target%
epub2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub -t plain -s -S -o %Target%
epub2tex=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub -t latex -s -S -o %Target%
epub32htm=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub3 -t html -s -S -o %Target%
epub32html=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub3 -t html -s -S -o %Target%
epub32md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub3 -t markdown_github -s -S -o %Target%
epub32mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub3 -t mediawiki -s -S -o %Target%
epub32txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub3 -t plain -s -S -o %Target%
epub32tex=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f epub3 -t latex -s -S -o %Target%
htm2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t markdown_github -s -S -o %Target%
htm2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t mediawiki -s -S -o %Target%
htm2rst=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t rst -s -S -o %Target%
htm2tidy=%ProgDir%\Convert\Tidy\tidy.exe -config %ProgDir%\Convert\Tidy\tidy.cfg -o %Target% %Source%
htm2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t plain -s -S -o %Target%
htm2tex=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t latex -s -S -o %Target%
html2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t markdown_github -s -S -o %Target%
html2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t mediawiki -s -S -o %Target%
html2rst=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t rst -s -S -o %Target%
html2tidy=%ProgDir%\Convert\Tidy\tidy.exe -config %ProgDir%\Convert\Tidy\tidy.cfg -o %Target% %Source%
html2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t plain -s -S -o %Target%
html2tex=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t latex -s -S -o %Target%
hlp2txt=%ProgDir%\Convert\GetText\GetText.exe "%SourceLong%" %Target%
md2htm=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t html -s -S -o %Target%
md2html=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t html -s -S -o %Target%
md2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t mediawiki -s -S -o %Target%
md2rst=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t rst -s -S -o %Target%
md2rtf=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t rtf -s -S -o %Target%
md2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t plain -s -S -o %Target%
md2tex=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t latex -s -S -o %Target%
pdf2txt=%ProgDir%\Convert\Xpdf\pdftotext.exe "%SourceLong%" %Target%
ppt2txt=%ProgDir%\Convert\OfficeConvert\PpVert.exe "%SourceLong%" %Target%
pptx2txt=%ProgDir%\Convert\OfficeConvert\PpVert.exe "%SourceLong%" %Target%
rst2htm=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t html -s -S -o %Target%
rst2html=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t html -s -S -o %Target%
rst2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t markdown_github -s -S -o %Target%
rst2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t mediawiki -s -S -o %Target%
rst2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t plain -s -S -o %Target%
rst2tex=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t latex -s -S -o %Target%
tex2htm=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t html -s -S -o %Target%
tex2html=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t html -s -S -o %Target%
tex2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t markdown_github -s -S -o %Target%
tex2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t mediawiki -s -S -o %Target%
tex2rst=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t rst -s -S -o %Target%
tex2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t plain -s -S -o %Target%
tt2htm=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t html -s -S -o %Target%
tt2html=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t html -s -S -o %Target%
tt2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t markdown_github -s -S -o %Target%
tt2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t mediawiki -s -S -o %Target%
tt2rst=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t rst -s -S -o %Target%
tt2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t plain -s -S -o %Target%
wpd2txt=%ProgDir%\Convert\GetText\GetText.exe "%SourceLong%" %Target%
xls2csv=%ProgDir%\Convert\OfficeConvert\XlVert.exe "%SourceLong%" %Target%
xls2txt=%ProgDir%\Convert\OfficeConvert\XlVert.exe "%SourceLong%" %Target%
xlsx2csv=%ProgDir%\Convert\OfficeConvert\XlVert.exe "%SourceLong%" %Target%
xlsx2txt=%ProgDir%\Convert\OfficeConvert\XlVert.exe "%SourceLong%" %Target%
[Export]
htm2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t markdown_github -s -S -o %Target%
htm2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t mediawiki -s -S -o %Target%
htm2rst=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t rst -s -S -o %Target%
htm2tidy=%ProgDir%\Convert\Tidy\tidy.exe -config %ProgDir%\Convert\Tidy\tidy.cfg -o %Target% %Source%
htm2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t plain -s -S -o %Target%
htm2tex=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t latex -s -S -o %Target%
html2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t markdown_github -s -S -o %Target%
html2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t mediawiki -s -S -o %Target%
html2rst=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t rst -s -S -o %Target%
html2tidy=%ProgDir%\Convert\Tidy\tidy.exe -config %ProgDir%\Convert\Tidy\tidy.cfg -o %Target% %Source%
html2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t plain -s -S -o %Target%
html2tex=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f html -t latex -s -S -o %Target%
md2docx=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t docx -s -S --reference-docx "%DataDir%\reference.docx" -s -S -o %Target%
md2epub=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t epub -s -S -o %Target%
md2epub3=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t epub3 -s -S -o %Target%
md2htm=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t html -s -S -o %Target%
md2html=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t html -s -S -o %Target%
md2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t mediawiki -s -S -o %Target%
md2pdf=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t pdf -s -S -o %Target%
md2rst=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t rst -s -S -o %Target%
md2rtf=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t rtf -s -S -o %Target%
md2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t plain -s -S -o %Target%
md2tex=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f markdown_github -t latex -s -S -o %Target%
rtf2docx=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rtf -t docx -s -S -o %Target%
rst2docx=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t docx -s -S --reference-docx "%DataDir%\reference.docx" -s -S -o %Target%
rst2epub=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t epub -s -S -o %Target%
rst2epub3=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t epub3 -s -S -o %Target%
rst2htm=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t html -s -S -o %Target%
rst2html=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t html -s -S -o %Target%
rst2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t markdown_github -s -S -o %Target%
rst2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t mediawiki -s -S -o %Target%
rst2pdf=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t pdf -s -S -o %Target%
rst2rtf=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t rtf -s -S -o %Target%
rst2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t plain -s -S -o %Target%
rst2tex=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f rst -t latex -s -S -o %Target%
tex2docx=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t docx -s -S --reference-docx "%DataDir%\reference.docx" -s -S -o %Target%
tex2epub=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t epub -s -S -o %Target%
tex2epub3=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t epub3 -s -S -o %Target%
tex2htm=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t html -s -S -o %Target%
tex2html=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t html -s -S -o %Target%
tex2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t markdown_github -s -S -o %Target%
tex2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t mediawiki -s -S -o %Target%
tex2pdf=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t pdf -s -S -o %Target%
tex2rst=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t rst -s -S -o %Target%
tex2rtf=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t rtf -s -S -o %Target%
tex2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f latex -t plain -s -S -o %Target%
tt2htm=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t html -s -S -o %Target%
tt2html=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t html -s -S -o %Target%
tt2md=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t markdown_github -s -S -o %Target%
tt2mw=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t mediawiki -s -S -o %Target%
tt2rst=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t rst -s -S -o %Target%
tt2rtf=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t rtf -s -S -o %Target%
tt2txt=%ProgDir%\Convert\Pandoc\pandoc.exe "%SourceLong%" -f txt2tags -t plain -s -S -o %Target%
[Keys]
New=Control+N
New from Clipboard=Control+Shift+N
Open=Control+O
Open Other Format=Control+Shift+O
Open Again=Alt+O
Recent Files=Alt+R
Set Favorite=Control+&L
Clear Favorite=Control+Shift+L
List Favorites=Alt+L
File Find=Alt+Shift+F
Save=Control+S
Save As=Control+Shift+S
Save Copy=Alt+Shift+S
Export Format=Alt+Shift+E
Rename=Alt+Shift+R
Properties=Alt+Enter
Mail Body=Control+M
Mail Attachment=Control+Shift+M
Print=Control+P
Run=F5
Current Windows=F4
Close Window=Control+F4
Close All but Current Window=Control+Shift+F4
Exit EdSharp=Alt+F4
Select All=Control+A
Unselect All=Control+Shift+A
Copy=Control+C
Copy Append=Alt+C
Copy Rich Text=Control+Shift+C
Cut=Control+&X
Cut Append=Alt+X
Paste=Control+&V
Paste File=Control+Shift+V
Undo=Control+&Z
Redo=Control+Shift+Z
Start Selection=F8
Complete Selection=Shift+F8
Reselect=Control+Shift+F8
Copy All=Control+F8
Select Chunk=Control+Space
Append from Clipboard=Alt+D7
Quote=Control+Q
Unquote=Control+Shift+Q
Upper Case=Control+U
Lower Case=Control+Shift+U
Proper Case=Alt+U
Swap Case=Alt+Shift+U
Yield Encoding=Alt+Shift+Y
Join Lines=Control+Shift+J
Hard Line Break=Control+Shift+H
Enter New Line=Enter
Indent New Line=Shift+Enter
Indent New Line Prior=Alt+Shift+Enter
Indent=Tab
Outdent=Shift+Tab
Align=Alt+Shift+A
Indent Mode=Alt+Shift+I
Justify=Alt+Shift+J
Style=Alt+Shift+OemQuestion
Baseline=Alt+Shift+D6
Set Selection Font=Alt+Shift+OemMinus
Replace=Control+R
Replace with Regular Expression=Control+Shift+R
Delete Hard Line=Control+D
Delete Paragraph=Control+Shift+D
Delete Line=Alt+Back
Delete Right=Control+Shift+Delete
Delete Left=Control+Shift+Back
Delete Down=Alt+Shift+Delete
Delete Up=Alt+Shift+Back
Delete File=Alt+Shift+D
Trim Blanks=Control+Shift+Enter
Forward Find=Control+F
Reverse Find=Control+Shift+F
Forward Find with Regular Expression=Control+F3
Reverse Find with Regular Expression=Control+Shift+F3
Forward Find at Cursor=Alt+F3
Reverse Find at Cursor=Alt+Shift+F3
Forward Find Again=F3
Reverse Find Again=Shift+F3
Jump to Line=Control+J
Jump to Line Again=Alt+J
Go to Percent=Control+G
Go to Percent Again=Alt+G
Go to Part=Alt+Shift+G
Set Bookmark=Control+K
Clear Bookmark=Control+Shift+K
Go to Bookmark=Alt+K
Home Character=Alt+Home
End Character=Alt+End
Start Tag=Control+Shift+Oemcomma
End Tag=Control+Shift+OemPeriod
Next Alignment=Control+OemCloseBrackets
Prior Alignment=Control+OemOpenBrackets
Next Style=Control+OemQuestion
Prior Style=Control+Shift+OemQuestion
Next Baseline=Control+D6
Prior Baseline=Control+Shift+D6
Next Font=Control+OemMinus
Prior Font=Control+Shift+OemMinus
Right Brace=Control+Shift+OemCloseBrackets
Left Brace=Control+Shift+OemOpenBrackets
Next Block=Control+B
Prior Block=Control+Shift+B
Next Indent=Control+I
Prior Indent=Control+Shift+I
Next Chunk=Alt+Right
Prior Chunk=Alt+Left
Next Sentence=Alt+Down
Prior Sentence=Alt+Up
Next Paragraph=Control+Down
Prior Paragraph=Control+Up
Next Part=Alt+PageDown
Prior Part=Alt+PageUp
Next Section=Control+PageDown
Prior Section=Control+PageUp
Go to Section=F6
Go to Contents=Shift+F6
Search for Topic=Control+F6
Search for Topic Again=Alt+F6
Go to Start of Selection=Alt+Shift+F8
Address=Alt+A
Braces=Alt+Shift+OemCloseBrackets
Block=Alt+B
Indentation=Alt+I
Path=Alt+P
Topic=Alt+T
Yield=Alt+Y
Status=Alt+Z
Compiler=Alt+D0
Selected=Shift+Space
Chunk=Shift+Back
Read All=Alt+F8
Windows Open=Shift+F4
Clipboard=Alt+OemQuotes
Time=Alt+OemSemicolon
Styles=Alt+OemQuestion
Font=Alt+OemMinus
Set Default Font and Color=Alt+Shift+Oemplus
Configuration Options=Alt+Shift+C
Manual Options=Alt+Shift+M
Reset Configuration=Alt+Shift+D0
Go to Folder=Control+D0
Go to Special Folder=Control+Shift+D0
Word Wrap=Control+W
Unwrap=Control+Shift+W
Extra Speech Toggle=Control+Shift+X
Extra Speech Log=Alt+Shift+X
Environment Variables=Control+E
Spell Check=F7
Thesaurus=Shift+F7
Web Lookup=Alt+F7
Guard Document=Control+F7
No Guard=Control+Shift+F7
PyBrace=Alt+Shift+OemOpenBrackets
PyDent=Alt+OemOpenBrackets
Infer Indent=Alt+OemCloseBrackets
Repeat Line=Control+Y
Section Break=Control+Enter
Path to Clipboard=Alt+Shift+P
Path List=Control+Shift+P
Insert Time=Alt+Shift+OemSemicolon
Calculate Date=Control+Shift+OemSemicolon
HTML Format=Control+H
Text Convert=Control+T
Text Combine=Control+Shift+T
Text Contents=Alt+Shift+T
Yield with Regular Expression=Control+Shift+Y
Extract with Regular Expression=Control+Shift+E
Run at Cursor=Shift+F5
Special Character=F2
Evaluate Expression=Control+Oemplus
Replace Tokens=Control+Shift+Oemplus
Transform Files=Alt+Oemplus
Go to Environment=Control+Shift+G
Compile=Control+F5
Pick Compiler=Control+Shift+F5
Prompt Command=Alt+F5
Review Output=Alt+Shift+F5
Save Snippet=Alt+S
Invoke Snippet=Alt+V
View Snippet=Alt+Shift+V
Keep Unique Items=Alt+Shift+K
Number Items=Alt+Shift+N
Order Items=Alt+Shift+O
Reverse Items=Alt+Shift+Z
List Different Items=Alt+Shift+L
Query Common Items=Alt+Shift+Q
Explorer Folder=Alt+Oem5
Command Prompt=Control+Oem5
Web Download=Alt+Shift+W
Next Window=Control+Tab
Prior Window=Control+Shift+Tab
Arrange Icons=Alt+F11
Cascade=Control+F11
Tile Horizontal=Alt+Shift+F11
Tile Vertical=Control+Shift+F11
About=Alt+F1
Documentation=F1
History of Changes=Shift+F1
Key Describer=Control+F1
Hotkey Summary=Alt+Shift+H
Alternate Menu=Alt+F10
Context Menu=Shift+F10
SendTo Menu=Control+F10
Elevate Version=F11
[Compilers]
; example="CompileCommand~JumpPosition~AbbreviateOutput~NavigatePart~QuotePrefix~ExtensionDefault~GoToEnvironment"
Default="~~~~> ~rtf~%ProgDir%\ijs.exe"
Boo="@"C:\Program Files\IronCOM\BooDistribution\bin\booc.exe" -nologo "%Source%" 2>&1~\(\d+\,\d+\)~^.*?boo~^( |\t)*((def)|(class)) +\w+~#~boo~c:\program files\ironCOM\booDistribution\bin\booish.exe"
C#="%NetDir%\csc.exe /nologo /t:winexe /r:Microsoft.VisualBasic.dll "%Source%" 2>&1~\d+\,\d+~^.*?\.cs~^( |\t|\w)*((void)|(int)|(string)|(bool)|(DateTime)|(class))[^;]*?\{ *$~//~cs~%ProgDir%\ijs.exe"
HTML Tidy="%ProgDir%\Convert\Tidy\tidy.exe -config %ProgDir%\Convert\Tidy\tidy.cfg -f %TempFile% %Source%~line \d+ column \d+~\r~\n\n~#~htm"
; HTML Tidy="%ProgDir%\Convert\Tidy\tidy.bat %ProgDir% %TempFile% %Source%~line \d+ column \d+~\r~\n\n~#~htm"
Java="javac.exe -classpath .;swt.jar "%SourceLong%" 2>&1~\:\d+\:~^.*?\.java~^( |\t|\w)*((void)|(int)|(string)|(bool)|(DateTime)|(class))[^;]*?\{ *$~//~java"
JAWS Script="@"C:\Program Files\Freedom Scientific\JAWS\12.0\scompile.exe" "%Source%" 2>&1~line \d+\, column \d+~((^Compiling .*?\.js.)|(file .*?\,))~^(( |\t|\w)* +)*((Function)|(Script)) +\w+~;~jss"
JScript .NET="%NetDir%\jsc.exe /nologo /r:%ProgDir%\EdSharp.dll;System.dll;System.Windows.Forms.dll;System.Drawing.dll;Accessibility.dll;Microsoft.VisualBasic.dll;Microsoft.VisualBasic.Compatibility.dll "%Source%" 2>&1~\d+\,\d+~^.*?\.js~^( |\t|\w)*((class)|(function)))[^;]*{ *$~//~js~%ProgDir%\ijs.exe"
LaTeX="pdflatex.exe -quiet -draftmode -interaction=scrollmode "%Source%" 2>&1~\:\d+~((entering extended mode)|(\w\:.*?\:))~^\\~%~tex"
MinGW C++="%ProgDir%\Convert\MinGW.Bat %SourceDir%\%SourceRoot% 2>&1~:\d+:~^.*?\.cpp~^( |\t|\w)*((void)|(int)|(string)|(bool)|(DateTime)|(class))[^;]*?\{ *$~//~cs~%ProgDir%\ijs.exe"
Perl="perl.exe -l "%Source%" 2>&1~line \d+~\r~^( |\t)*sub +\w+~#~pl"
PHP="php.exe -l "%Source%" 2>&1~line \d+~(PHP Parse error:)|(syntax error\,)|( in \w*?\.(php|PHP))|(Errors parsing \S*?)|(No syntax errors detected)~^( |\t)*((function)|(class)) +\w+~#~php"
PowerBASIC="%ProgDir%\Convert\pbw.bat "%Source%" "%SourceDir%\%SourceRoot%.log" 2>&1~\(\d+\:\d+\)~(Power(.|\n)*?Reserved)|(Primary source:(.|\n)*)~^( |\t)*((Function)|(Sub)) +\w+~'~bas"
PowerShell="PowerShell.exe "%SourceDir%\%file_name%" 2>&1~\:\d+ char\:\d+~\nAt .*?1\:~^( |\t)*((function)|(class)) +\w+~#~ps1"
Python="python.exe "%Source%" 2>&1~line \d+~\r~^( |\t)*((def)|(class)) +\w+~#~py~python.exe %ProgDir%\InPy.py"
Ruby="ruby.exe -l "%Source%" 2>&1~\:\d+\:~\r~^( |\t)*((def)|(class)) +\w+~#~rb~irb.bat"
VBScript="cscript.exe /nologo "%Source%" 2>&1~\(\d+.*?\)~((^.*?\.vbs)|(Microsoft VBScript compilation error))~^(( |\t|\w)* +)*((Function)|(Sub)|(Class)) +\w+~'~vbs~%ProgDir%\ijs.exe"
Visual Basic .NET="%NetDir%\vbc.exe /nologo /t:winexe /r:Microsoft.VisualBasic.dll "%Source%" 2>&1~\(\d+\)~\r~^(( |\t|\w)* +)*((Function)|(Sub)|(Module)) +\w+~'~vb~%ProgDir%\ijs.exe"
[Tokens]
CurrentDirectory=System.IO.Directory.GetCurrentDirectory()
Signature=("Sincerely,\nJohn Doe\nJohn.Doe@NiftyHomePage.com\n")
UnorderedList=ul.js