Announcement

Collapse
No announcement yet.

Help with CMD, ALT, CTRL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help with CMD, ALT, CTRL

    Hi,

    I would like to know how to set a push with the function Cmd , Alt and Ctrl like a qwerty keyboard. Holding this push I would like to click over another push to have a function, as for example: Ctrl + a click with the mouse to select some objects.

    Thanks

    Jo

  • #2
    Hi Jo,

    To simulate the key presses of Cmd, Alt or Ctrl, you should use Keycode events.
    Find out which Keycode number is appropriate for those keys by using the Keycode Helper (found in the Window menu). Simply press the relevant key, and note down the resulting number, and assign a Keycode event using that number.

    Then, to simulate a mouse click, use the Mouse / Left Button event.

    Best,
    Cam

    Comment

    Working...
    X