• 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. bindkey's using "Alt" are not working

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 1314
  • 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

bindkey's using "Alt" are not working

venuuuuu
venuuuuu over 13 years ago

hi all,

      Iam using Alt as bind key like Shift,Ctrl in layout. But Alt doesn't work. 

         hiSetBindKey("Layout" "Alt<Key>3"      "TrlibraryReport()")
         hiSetBindKey("Layout" "Alt<Key>4"      "TrviewReport()")

My version is 5141

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    This works for me. Sometimes I've seen this fail because something in your windowing system is intercepting the keys before the application is seeing them.

    BTW, Alt modifiers are used for other purposes by default in IC61 (for menu accelerators - although this can be turned off).

    There's some debug settings that can be done to track events - but these use private functions so I'd prefer not to effectively document them in a public forum - so please log a service request with customer support and somebody should be able to help you (you can always reference this forum thread in the SR and ask the AE to contact me if they want some pointers).

    You could always run "xev" in a terminal window and then hit the Alt key when your cursor is over the window (note that moving the cursor will print out a ton of event information). It should show something like this when you press and release the Alt key:

     KeyRelease event, serial 34, synthetic NO, window 0x5a00001,
        root 0x27d, subw 0x0, time 12934570, (96,96), root:(1787,121),
        state 0x8, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
        XLookupString gives 0 bytes:
        XFilterEvent returns: False

    KeyPress event, serial 34, synthetic NO, window 0x5a00001,
        root 0x27d, subw 0x0, time 12942394, (96,96), root:(1787,121),
        state 0x0, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
        XLookupString gives 0 bytes:
        XmbLookupString gives 0 bytes:
        XFilterEvent returns: False

    Regards,

    Andrew.

    • 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