Escキーを押してrich:popupPanelを閉じるには?
キーボードのホットキーで機能させる方法は?
私は次のことを試します:
<rich:hotKey key="Esc">
<rich:componentControl target="popupId" operation="hide" />
</rich:hotKey>
<rich:popupPanel id="popupId">
...
</rich:popupPanel>
<rich:hotKey>
ドキュメントの詳細。