• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. [Cadence Virtuoso] bindkey, bind pageup pagedown keys

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 144
  • Views 14528
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[Cadence Virtuoso] bindkey, bind pageup pagedown keys

kenu84
kenu84 over 15 years ago

Hi,

how do i bind the pageup/page down keys?

hiSetBindKey("Schematics" "<Key>PageUp" "hiZoomWindowAtPoint( getCurrentWindow() 1.4 hiGetPoint(getCurrentWindow() ))")
doesn't work

in fact, is there a list of all the valid bindkey key strings?

  • Cancel
  • Quek
    Quek over 15 years ago

    Hi kenu84

    Would you please try this?

    === For pageUp ===
    hiSetBindKey("Schematics" "<Key>KP_9" "abc")

    === For pageDown ===
    hiSetBindKey("Schematics" "<Key>KP_3" "xyz")

    Usually I check ciw:Options->BindKeys" for the string. I don't think that there is such a list. COS solution 1143269 might also be useful for you.

    Best regards
    Quek

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • kenu84
    kenu84 over 15 years ago

     Thanks quek, your post really helped!

    (although i didn't quite need to go so far as to xmodmap some modifier keys)

    I was browsing the net about xmodmap, and found out that in X, it calls "PageUp" "Prior" and "PageDown" "Next"
    http://fixunix.com/x/19506-how-remap-keys-xmodmap.html

    So doing,
    === For pageUp ===
    hiSetBindKey("Schematics" "<Key>Prior" "abc")

    === For pageDown ===
    hiSetBindKey("Schematics" "<Key>Next" "xyz")

     Gives me what i want.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information