1 Reply Latest reply on Oct 1, 2009 7:57 AM by user1234

    hotkey for menu

      I want to implement hotkey for menu,
      In a normal any window application , for example: if if press "alt+f" the menu File will be opened where "f" is the hotkey for File menu...
      similar opeartion i want to do, how i can proceed??

      <rich:hotKey key="alt+f"......> this should do the open operation for <rich:dropDownMenu event="onclick"....>

      thanks inadvance