DFII keyboard shortcuts

Discussion in 'Cadence' started by jools, Apr 11, 2006.

  1. jools

    jools Guest

    Hi

    We've changed to a new design kit and version of DFII, in doing so all the
    keyboard shortcuts have disappeared?

    Are we missing some script to add them in or something?
     
    jools, Apr 11, 2006
    #1
  2. Most likely in the previous setup you had code in your .cdsinit file to load
    some bindkey definitions from somewhere.

    There are several bindkey files in the Cadence installation, and they
    can be loaded by lines such as:

    load(prependInstallPath("samples/local/schBindKeys.il"))
    load(prependInstallPath("samples/local/leBindKeys.il"))

    or

    load(prependInstallPath("samples/local/leSchBindKeys.il"))

    for a unified set. Take your pick - have a look at:

    <instdir>/tools/dfII/samples/local

    for other examples. You can of course set up your own.

    Andrew.
     
    Andrew Beckett, Apr 12, 2006
    #2
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.