Added Global Keyboard Hook for refreshing using Ctrl+Shift+3

Created a Jna Global Keyboard Hook class and added hot key for
refreshing the windows xml (Ctrl + Shift + 3).
Fixed cancel button to dispose window properly.
This commit is contained in:
Edward Jakubowski
2014-04-21 19:45:34 -04:00
parent b5082e2b22
commit 7a267a6d9a
8 changed files with 247 additions and 10 deletions

View File

@@ -1,3 +1,10 @@
/*
* Copyright 2014, Synthuse.org
* Released under the Apache Version 2.0 License.
*
* last modified by ejakubowski7@gmail.com
*/
package org.synthuse;
import com.sun.jna.platform.win32.WinDef.HWND;