Skip to content

Allow enter key in domain textbox of authentication dialog to submit

Fedor Piecka requested to merge (removed):enter_in_domain_to_connect into master

In RDP authentication dialog, the order of textboxes is username, password, domain. When filling the data with keyboard only, you end up with focus in domain textbox.

This MR allows the user to submit the authentication data by pressing enter while the domain textbox has focus.

Merge request reports