mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Preferences form: added Tab to the list of special input controls (#886)
This commit is contained in:
parent
13a6f1b24d
commit
533d56eb6a
1 changed files with 3 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue