What is the callback for CTRL-C

Discussion in 'Cadence' started by Steven Klass, Nov 10, 2004.

  1. Steven Klass

    Steven Klass Guest

    Hi all,

    Imagine a top level layout - push f to get the full screen and while
    the thing is redrawing you want to quickly stop and zoom into a small
    area. So you manually hit Ctrol-c followed by a z and zoom to the
    area you want to get to.

    Now automate that. What is the callback for a ctrl-z and has anyone
    played with this??


    Thanks
     
    Steven Klass, Nov 10, 2004
    #1
  2. Steven,

    You can't get the "callback" (or bindkey in normal terminology) for ctrl-C.
    ctrl-C is handled at a lower level, I think.

    ctrl-z is hiZoomIn() I think - but it depends on your environment. Take a look
    at the Options->Bindkeys menu in the Command Interpreter Window, and pick
    the application (Layout), and then hit the show bindkeys button. You'll see
    the function it calls for each key sequence.

    Regards,

    Andrew.
     
    Andrew Beckett, Nov 14, 2004
    #2
  3. Steven Klass

    Guest Guest

    That's correct. And there is no way to automate interrupts.

    -Pete Zakel
    ()

    Outside of a dog, a book is man's best friend;
    of course, inside of a dog, it's too dark to read.

    -- Groucho Marx
     
    Guest, Nov 15, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.