-
-
Notifications
You must be signed in to change notification settings - Fork 7
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:
- While holding down a button (recommend).
- Activated at the press of a button.
Press command:
- Open the Hotkey Editor
- Click the Runtime Command Editor tab
- Press the New button
- Name the command
TweenerToolPress - Add the command
tweenerTool; - Click the Save Runtime Command
- Assign the hotkey you want and make sure it is set to "On Press"
Release command:
- Create a new runtime command named
TweenerToolRelease - Add the command
evalDeferred "invokeLastAction"; - Click the Save Runtime Command
- Assign the same hotkey as before, but this time set it to "On Release"

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