diff --git a/Source/Core/Windows/PreferencesForm.cs b/Source/Core/Windows/PreferencesForm.cs index 594bcbb962cd297e666ea115ce1d48230ba67d15..f5bf57bd27e4c50fa24a1c6896b645f1e35ab3bc 100644 --- a/Source/Core/Windows/PreferencesForm.cs +++ b/Source/Core/Windows/PreferencesForm.cs @@ -635,6 +635,8 @@ namespace CodeImp.DoomBuilder.Windows private void FillControlsList(Action a) { actioncontrol.Items.Clear(); + + actioncontrol.Items.Add(new KeyControl(Keys.Tab, "Tab")); // Fill combobox with special controls if(a.AllowMouse)