How can I assign mouse scroll to move windows up and down?

Discussion in 'Cadence' started by Reotaro Hashemoto, May 14, 2007.

  1. Hi,
    Is there a method or SKILL code to assign the middle mouse scroll to
    be used to scroll forms, schematic and layout windows up and down as
    in case of scrolling in windows and Linux applications?
    Thanks in advance,
    Reotaro,
     
    Reotaro Hashemoto, May 14, 2007
    #1
  2. Reotaro Hashemoto

    S. Badel Guest

    Hi,
    The mouse wheel is mapped to mouse buttons 4 and 5 :

    foreach( Application '("Schematics" "Symbol" "Layout")
    hiSetBindKey(Application "<Btn4Down>" "geScroll(nil \"n\" nil)")
    hiSetBindKey(Application "<Btn5Down>" "geScroll(nil \"s\" nil)")
    ) ; foreach


    Stéphane
     
    S. Badel, May 14, 2007
    #2
  3. Thank you Stéphane for prompt reply,
    Do you know how can i make it also for forms (e.g. Components query
    forms)?
    Thanks alot,
    Reotaro,
     
    Reotaro Hashemoto, May 14, 2007
    #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.