📄 indexeditor.reg
字号:
REGEDIT
; This .REG file may be used by your SETUP program.
; If a SETUP program is not available, the entries below will be
; registered in your InitInstance automatically with a call to
; CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
HKEY_CLASSES_ROOT\.ind = IndexEditor.Document
HKEY_CLASSES_ROOT\IndexEditor.Document\shell\open\command = IndexEditor.EXE %1
HKEY_CLASSES_ROOT\IndexEditor.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\IndexEditor.Document\shell\open\ddeexec\application = IndexEditor
; note: the application is optional
; (it defaults to the app name in "command")
HKEY_CLASSES_ROOT\IndexEditor.Document = IndexEditor.Document
HKEY_CLASSES_ROOT\IndexEditor.Document\protocol\StdFileEditing\server = IndexEditor.EXE
HKEY_CLASSES_ROOT\IndexEditor.Document\protocol\StdFileEditing\verb\0 = &Edit
HKEY_CLASSES_ROOT\IndexEditor.Document\Insertable =
HKEY_CLASSES_ROOT\IndexEditor.Document\CLSID = {BEEDC1CD-4FAD-429d-A498-75581B951B29}
HKEY_CLASSES_ROOT\CLSID\{BEEDC1CD-4FAD-429d-A498-75581B951B29} = IndexEditor.Document
HKEY_CLASSES_ROOT\CLSID\{BEEDC1CD-4FAD-429d-A498-75581B951B29}\DefaultIcon = IndexEditor.EXE,1
HKEY_CLASSES_ROOT\CLSID\{BEEDC1CD-4FAD-429d-A498-75581B951B29}\LocalServer32 = IndexEditor.EXE
HKEY_CLASSES_ROOT\CLSID\{BEEDC1CD-4FAD-429d-A498-75581B951B29}\ProgId = IndexEditor.Document
HKEY_CLASSES_ROOT\CLSID\{BEEDC1CD-4FAD-429d-A498-75581B951B29}\MiscStatus = 32
HKEY_CLASSES_ROOT\CLSID\{BEEDC1CD-4FAD-429d-A498-75581B951B29}\AuxUserType\3 = IndexEditor
HKEY_CLASSES_ROOT\CLSID\{BEEDC1CD-4FAD-429d-A498-75581B951B29}\AuxUserType\2 = IndexEditor
HKEY_CLASSES_ROOT\CLSID\{BEEDC1CD-4FAD-429d-A498-75581B951B29}\Insertable =
HKEY_CLASSES_ROOT\CLSID\{BEEDC1CD-4FAD-429d-A498-75581B951B29}\verb\1 = &Open,0,2
HKEY_CLASSES_ROOT\CLSID\{BEEDC1CD-4FAD-429d-A498-75581B951B29}\verb\0 = &Edit,0,2
HKEY_CLASSES_ROOT\CLSID\{BEEDC1CD-4FAD-429d-A498-75581B951B29}\InprocHandler32 = ole32.dll
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -