private void advancedToolStripMenuItem_Click(object sender, EventArgs e) { SettingsForm form = new SettingsForm(ResetHotkeys); form.ShowDialog(); }