C# (CSharp) Klog Namespace

Classes

Name Description
ForegroundWindow
KeyChord We want to log things like: [Ctrl] // by itself [Ctrl+A+V] // all simultaneous [Ctrl+Alt+Del] // all simultaneous [Alt+F,C] // Alt held, then F, C pressed in succession Bug: - we don't distinguish between "Alt+E+V" (same time) and "Alt+E,V" (consecutive)
OptionsForm
SimpleKeylogger