Message Hook Window is working and will allow you to see all messages
being processed by a target window.
Had to build Message Hook Window inside the native MsgHook.dll was
having issues keep a java window's WndProc callback processing.
Keyboard hook class now only listens for Hot Keys and not a all keys in
a global keyboard hook. This should fix the reliability of the keyboard
hook.
Added a new command targetRefresh which will allow you to refresh the
XML on a specified window and not the entire desktop. This will help if
you want to speed up the synthuse script by not continuously doing full
refreshes of the xml.
Added support for dragging target on WPF windows and building simple
xpath statements. Fixed some null results in native library and
increased performance of enumerating wpf windows. Still need to tweak
filters for picking up Silverlight handles too.
Commands are categorized in to sections, Keyboard, Mouse, Windows, File,
and Main.
The open command will open an application.
The displayText command displays a status text for a period of time.
Added unit test for CommandProcessor.