template.nsh
来自「bittorrent source by python. please enj」· NSH 代码 · 共 13 行
NSH
13 行
;NSIS Modern User Interface - Language File
;Compatible with Modern UI 1.68
;Language: %(name)s (%(id)s)
;--------------------------------
!insertmacro MUI_LANGUAGEFILE_BEGIN "%(name)s"
!define MUI_LANGNAME "%(name)s" ;Use only ASCII characters (if this is not possible, use the English name)
!insertmacro MUI_LANGUAGEFILE_END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?