Skip to content

5. Hotkeys

monoteba edited this page Jul 1, 2025 · 1 revision

Tweener features a tool mode where you can simply drag in the viewport to adjust your in-between.

A hotkey can be setup in two different ways:

  1. While holding down a button (recommend).
  2. Activated at the press of a button.

Option 1

Press command:

  1. Open the Hotkey Editor
  2. Click the Runtime Command Editor tab
  3. Press the New button
  4. Name the command TweenerToolPress
  5. Add the command tweenerTool;
  6. Click the Save Runtime Command
  7. Assign the hotkey you want and make sure it is set to "On Press"

Release command:

  1. Create a new runtime command named TweenerToolRelease
  2. Add the command evalDeferred "invokeLastAction";
  3. Click the Save Runtime Command
  4. Assign the same hotkey as before, but this time set it to "On Release"

Option 2

Same as the "Press command" described above, but without defining a release command.

Clone this wiki locally