Add Tab to the list of special controls

This commit is contained in:
spherallic 2023-05-09 16:00:35 +02:00
parent 6c55197264
commit ef557fce7f

View file

@ -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)