Keyboard Utilities Realease-Notes Author: Manfred Duchrow Copyright (c) 2003-2018, by Manfred Duchrow. All rights reserved. ======================================================================= ----------------------------------------------------------------------- VERSION 3.2.0 (28/12/2018) - 22 Unit Tests * Dependencies upgrade ----------------------------------------------------------------------- VERSION 3.1.0 (09/11/2017) - 22 Unit Tests * Dependencies upgrade ----------------------------------------------------------------------- VERSION 3.0.0 (29/01/2017) - 22 Unit Tests * Migrated > Maven -> Gradle > SVN -> Git * Package renaming 'org.pf' -> 'org.pfsw' ----------------------------------------------------------------------- VERSION 2.0.0 (21/06/2014) * Upgraded to Java 6 ----------------------------------------------------------------------- VERSION 1.3.0 (2014-04-06) 06/04/2014 * New enum > ModifierKey ----------------------------------------------------------------------- VERSION 1.2 ( September 27, 2006 ) * Hotkey > Changed createKeyMap() to support '+' and '-' on num pad correctly New names are "ADD" and "SUBTRACT" New supported key names: - "PAUSE" - "DOLLAR" - "EURO" - "SLASH" - "EQUALS" - "AT" - "EXCLAMATIONMARK" - "AMPERSAND" - "BACKSLASH" - "ASTERISK" - "CAPSLOCK" - "NUMLOCK" - "SCROLLLOCK" - "PRINTSCREEN" - "PERIOD" - "COMMA" - "COLON" - "SEMICOLON" - "UNDERSCORE" - "HASH" - "GRAETER" - "LESS" - "{", "}", "(", ")", "[", "]" ----------------------------------------------------------------------- VERSION 1.1 ( January 8, 2006 ) * Depends now on pf-text V5.1 * Hotkey > Added - public static Hotkey fromString( String fullKeyName ) ----------------------------------------------------------------------- VERSION 1.0 ( October 12, 2003 ) * Class Hotkey to represent a pressed key (combination) * Abstract class HotkeyDispatcher which is a KeyListener that converts released keys into hotkeys and invokes an abstract method to handle the hotkey. -----------------------------------------------------------------------