Preferences form: added Tab to the list of special input controls (#886)

This commit is contained in:
wisselstem 2023-05-26 20:53:36 +02:00 committed by GitHub
parent 13a6f1b24d
commit 533d56eb6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -633,8 +633,10 @@ namespace CodeImp.DoomBuilder.Windows
private void FillControlsList(Action a)
{
actioncontrol.Items.Clear();
// Fill combobox with special controls
actioncontrol.Items.Add(new KeyControl(Keys.Tab, "Tab"));
if(a.AllowMouse)
{
actioncontrol.Items.Add(new KeyControl(Keys.LButton, "LButton"));