📄 hdklib.hdf
字号:
;******************************************************************************
; hdklib *
; this is the standard HDK 10.0+ "system" extention library, this library *
; adds functionality to HDK by adding target "specific" userlink template *
; extentions that can simplify help development. *
; *
; The library is built from the following components : *
; *
; 1. VWRLIB - Multimedia Viewer Specific support *
; 2. RTFLIB - RTF Targets common text support *
;******************************************************************************
.ifdef viewer
.include vwrlib.hdf
.endif
.ifdef rtfbased
.include rtflib.hdf
.endif
.ifdef os2
.include ipflib.hdf
.endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -