demos.txt

来自「热键管理控件源代码」· 文本 代码 · 共 24 行

TXT
24
字号
HotKeyManager demos

The following demos are distributed with HotKeyManager:

* TestHotkeys    - Main demo of HotKeyManager features. Especially interesting are 
                   the several different ways you can add hotkeys.

* DualHotkeys    - Demonstrates how to change already registered hotkeys, and gives
                   you an idea of how to handle multiple hotkeys in your apps.

* ListAllHotKeys - Lists all system-wide hotkeys currently in use in Windows.

* ListVirtualKeyNames - Shows a list of virtual key names. The list is useful 
                   if you have to get the numeric value of a non-alphanumeric key
                   that doesn't have a VK_xxx constant, like '/'.

* HotKeyDll      - A simple demo of using HotKeyManager in a DLL, then calling the 
                   DLL from an application.


Troels Jakobsen
delphihacker@get2net.dk

⌨️ 快捷键说明

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