Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Ctrl+click handler

    Another of those things that isn't as obvious as I thought it would be...

    I need to do stuff when a user is holding down the Ctrl key and clicks on / changes the value of a SelectItem. It's starting to look like I'll need to roll my own here, and my experimentation with a SelectItem's KeyUp/Down/PressHandlers are not working out the way I'd hoped... Do I have the wrong API here?

    TIA,

    Bill

    #2
    What part is confusing?

    You can detect the CTRL key via EventHandler.ctrlKeyDown().

    Comment


      #3
      Ah, yes. That's what I was after. Thank you.

      Comment

      Working...
      X