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

@@ -115,6 +115,7 @@ public class Api {
public static int VK_RMENU = 0xA5;
public static int WM_COMMAND = 0x111;
public static int MN_GETHMENU = 0x01E1;
public static int CWP_ALL = 0x0000; // Does not skip any child windows