private void buttonShortcutsSettings_Click(object i_Sender, EventArgs i_Args) { FormShortcutsSettings form = new FormShortcutsSettings(r_ShortcutsToReplace); form.ShowDialog(); saveUserShortcuts(); }