Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Strange behavior shortcuts

    Scheduled Pinned Locked Moved PYTHON Development
    4 Posts 0 Posters 551 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      On 11/10/2017 at 07:39, xxxxxxxx wrote:

      This probably not a programming question, but hopefully somebody knows the answer.

      I have a command plugin that can be started using a shortcut (standard c4d functionality).
      However, on a Mac it is not easy to define such a shortcut.
      Using control, alt, command or shift in the shortcut leads to strange results.
      On a PC it is no issue!

      Is this a know issue and can I do something about it (instruct the user)?

      -Pim

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        On 12/10/2017 at 02:13, xxxxxxxx wrote:

        Hi Pim,

        we are not aware of any issues with shortcuts on Mac. After all entire Cinema relies on this mechanism. Can you give us some more details, what effects you experienced? And perhaps also describe, how you configure the shortcut. Is it via Customize Commands Dialog?

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          On 13/10/2017 at 07:16, xxxxxxxx wrote:

          Yes, that surprised me too.
          I will investigate further and get more data.

          -Pim

          1 Reply Last reply Reply Quote 0
          • H Offline
            Helper
            last edited by

            On 15/10/2017 at 10:00, xxxxxxxx wrote:

            Note that sommetime (for exemple in GeDialog) you must use shortcut in Message instead of Command, since you can miss them.

            Then what I usually do is member variable(_isMyShortcutPress) and set it into Message which set to True or False according the value.

            Don't know if somethings similar can happend with command plugin where Execute would fail to catch some shortcut as Command fail in GeDialog.

            Hope it's help 😉

            1 Reply Last reply Reply Quote 0
            • First post
              Last post