private void KeyDownReporter(object sender, KeyEventArgs e) { shortcutHandler.ReportKeyDown(e.KeyCode.ToString()); }