history.txt

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

TXT
33
字号
HotKeyManager, ver. 1.6.0


- ver. 1.7.0:
  * Added support for extended/multimedia keys.
  * Added static method IsExtendedKey.
  * The key "Num +" can now be used with the TextToHotKey method.
    Thanks to Julian Moss for telling me.
  * Added HotKeyDll demo.
  
- ver. 1.6.0:
  * The component didn't work in a DLL. This is now fixed.
  * Added the ListVirtualKeyNames demo.

- ver. 1.5.0:
  * The OnHotKeyPressed property has changed slightly (the HotKey parameter 
    is now a Cardinal in stead of a TShortCut). This means you have to change 
    the code accordingly in your existing projects that use HotKeyManager.
  * The Win modifier key is now supported.
  * Added static methods GetHotKey, HotKeyToText, and TextToHotKey.
  * Updated the TestHotKeys demo.

- ver. 1.0.0: Original release.



If you have any comments or corrections, I would very much like to
hear them.

Troels Jakobsen
delphihacker@get2net.dk

⌨️ 快捷键说明

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