neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

[UX-Feature] Use (`ctrl` +) `enter` to confirm and `escape` to cancel to dialgs

Open putzwasser opened this issue 3 years ago • 1 comments

Description

Whenever a dialog is open, hitting enter would confirm it and escape would close it. Some examples:

Node Copy dialog

image

enter would confirm pasting below the currently selected node, escape would cancel the dialog/pasting.

Pending changes in property editor dialog

image

enter would apply the changes, escape would mean continue editing, and shift/ctrl + enter would mean: throw away

EDIT: escape already works, but it has a bug. You need to click into the dialog before escape closes it.

putzwasser avatar Feb 19 '22 18:02 putzwasser

moved to https://github.com/neos/neos-ui/issues/3100

mhsdesign avatar Apr 09 '22 09:04 mhsdesign