How to capture keyboard events when el-dialog pops up

how to capture keyboard events when el-dialog pops up
such as capturing keydown.enter, to confirm this edit

clipboard.png

Mar.09,2021

document.getElementById ("XXX"). AddEventListener ('keydown', function (e) {})

XXX is the ID of the node of the form in el-dialog

Menu