In following case, that has window and sub window. each window’s hide icon bind with hotkey - “esc”. when press “esc” key, that will hide all window. How to hide each window one by one thround “esc” key?
another case is modify the click event to close window , instead of hide. when press “esc” key, that will hide the parent window, and not the child window.
I can confirm the issue.
Unfortunately, there is no easy way to fix it as both windows has independent hotkey handlers, we will check how it can be improved ( probably we will block all hotkey handlers below the modality layer )