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