Forum Discussion

NAVTEQ_Support_1's avatar
NAVTEQ_Support_1
Contributor
15 years ago

Key listener and SoapUI

Is it possible to capture key events inside SoapUI from my own Java library so that I can attach events to keys being pressed? I'm trying to extend SoapUI functionality in a certain way and would like to map some actions from that library directly to a key combination.

4 Replies

  • Hi!

    do you mean at a global level (for example ALT-F5), or inside some specific view or editor?

    regards!

    /Ole
    eviware.com
  • This would be needed in places where groovy scripts are edited - groovy step, groovy assertion, setup scripts, save script, load script, etc. Maybe groovy steps and assertions are of the most interest, this is where we usually work. But maybe global approach would be simpler?

    roman
  • Hi Ole, haven't heard from you in a while... Anything that you can suggest here? Thanks,

    roman
  • Hi Roman,

    sorry for the delay - Unfortunately I can't see any very modular way to do this currently - we would have to refactor the editor creation to be performed via a configurable registry/factory mechanism that you could hook in to (or provide a corresponding event listener), neither of which is yet available. You'll just have to go straight to the source :-)

    regards!

    /Ole
    eviware.com