Quasar/Client/Core/Keylogger
d3agle b27981ddf4 Keylogger fixes
-Fixed spaces showing up in weird orders.

-Fixed issue where pressing some modifier keys would append the KeyPress
events text prior to the Appended highlighted text from the KeyDown
event.  Example:  User presses Windows Key + R.  it would log "r[Win +
[R]"
2015-05-23 19:25:13 -05:00
..
HotKeys Implemented gmamaladze's logic 2015-05-20 11:50:47 -04:00
Implementation Implemented gmamaladze's logic 2015-05-20 11:50:47 -04:00
WinApi Small DLLImport changes 2015-05-23 16:00:29 +02:00
Hook.cs Implemented gmamaladze's logic 2015-05-20 11:50:47 -04:00
IKeyboardEvents.cs Implemented gmamaladze's logic 2015-05-20 11:50:47 -04:00
IKeyboardMouseEvents.cs Implemented gmamaladze's logic 2015-05-20 11:50:47 -04:00
IMouseEvents.cs Implemented gmamaladze's logic 2015-05-20 11:50:47 -04:00
KeyEventArgsExt.cs Implemented gmamaladze's logic 2015-05-20 11:50:47 -04:00
KeyPressEventArgsExt.cs Implemented gmamaladze's logic 2015-05-20 11:50:47 -04:00
Logger.cs Keylogger fixes 2015-05-23 19:25:13 -05:00
LoggerHelper.cs Keylogger fixes 2015-05-23 19:25:13 -05:00
MouseEventExtArgs.cs Implemented gmamaladze's logic 2015-05-20 11:50:47 -04:00