hotkey.def

来自「PasswordViewer 是一个集察看屏保口令、Access数据库口令、CM」· DEF 代码 · 共 12 行

DEF
12
字号
; hodll.def : Declares the module parameters for the DLL.

LIBRARY      "hotkey"
DESCRIPTION  'hotkey Windows Dynamic Link Library'

SECTIONS
	SHARD_DATA   Read Write Shared

EXPORTS
    ; Explicit exports can go here
     InstallHotKey
	 UninstHotKey

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?