3 Replies Latest reply on Sep 29, 2009 6:15 AM by magiccreative

    HotKey Default Action (Checked the previous topics)

    magiccreative

      hi,

      I checked the previous few topics on how to disable default action with rich:hotKey but couldn't make it work.

      My goal is to have only Alt as default key. How would I do that?

      <rich:hotKey key="alt" type="onkeydown"
       handler="xxxFunction(); return false;" />
      


      That didn't work :).