How to add shortcut button in Odoo 17 using javascript?

t has the following menu declaration code:

<button name="action_qc_pass" string="Pass" type="object" class="oe_highlight"
                                                id="button_qc_pass"/>

I want to automatically call this button when I press the Enter key. How can I do that? I think I need to write javascript for this event. Can someone help me write it? I don’t know much about owl in Odoo?