InputWidget (For Hotkey & Input dialogs) - After key event, automatically tab to the next control. Also, fix so display is "Shift + X" not "Shift+X"
This commit is contained in:
parent
2de903182d
commit
6ebca99cd5
|
@ -46,6 +46,7 @@ namespace BizHawk.MultiClient
|
||||||
Bindings.Clear();
|
Bindings.Clear();
|
||||||
UpdateLabel();
|
UpdateLabel();
|
||||||
}
|
}
|
||||||
|
this.Parent.SelectNextControl(this, true, true, true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnKeyPress(KeyPressEventArgs e)
|
protected override void OnKeyPress(KeyPressEventArgs e)
|
||||||
|
|
Loading…
Reference in New Issue