Exemple #1
0
 static void KeyboardHook_KeyPressed(object sender, KeyPressedEventArgs e)
 {
     Console.WriteLine(e.KeyCode.ToString());
 }