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

@ -636,6 +636,8 @@ namespace CodeImp.DoomBuilder.Windows
{
actioncontrol.Items.Clear();
actioncontrol.Items.Add(new KeyControl(Keys.Tab, "Tab"));
// Fill combobox with special controls
if(a.AllowMouse)
{