-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Submit dialog with Ctrl + Enter #4496
Copy link
Copy link
Closed
Labels
[outdated] type: enhancementcomponent: uigood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Metadata
Metadata
Assignees
Labels
[outdated] type: enhancementcomponent: uigood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your suggestion for improvement related to a problem? Please describe.
If the user fills out a form, has the focus in a text field and hits
Ctrl + Enterthen he expects that the dialogs default action is performed (which is usually "OK"). Right now nothing happens.Describe the solution you'd like
Ctrl + Entershould invoke the dialogs default action in every dialog.