KBar support

Use only the features you need with KBar.

What is KBar?

Kbar is a widely used extension for After Effects that allows to create customizable toolbars. More informations on: https://aescripts.com/kbar/

Example of KBar with Keystone buttons

Set up Keystone features in KBar

  1. Go in KBar settings (⚙️ icon in KBar)

  2. Click Add button

  3. Click Run JSX/JSXBIN File

  4. Click BROWSE and select main.jsx file in Keystone installation folder:

    WINDOWS

    C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.aescripts.keystone\panel\jsx\main.jsx

    MAC

    /Library/Application Support/Adobe/CEP/extensions/com.aescripts.keystone/panel/jsx/main.jsx

  5. Indicate the Script function (see the table below)

  6. Add the corresponding description (optional)

  7. Add the corresponding icon (optional)

Example of a button creation in KBar

Icons & Script functions

The reference numbers are useful to quickly find the icons in the folder.

Ref.
Icons
Script functions
Description

00

-

-

01

duplicate

Duplicate on the CTI

02

duplicateFlip

Duplicate and flip on the CTI

03

flip

Flip the keyframes

04

alignFirstKey

Align on the first keyframe

05

alignLastKey

Align on the last keyframe

06

alignInPoint

Align on the layer in point

07

alignOutPoint

Align on the layer out point

08

staggerDescending

Create descending stagger

09

staggerAscending

Create ascending stagger

10

staggerRandom

Create random stagger

11

interval

Set interval

12

stretchFirstKey

Stretch from the first keyframe

13

stretchLastKey

Stretch from the last keyframe

14

stretchCTI

Stretch from the CTI

15

copy

Copy

16

paste

Paste

17

alignNearestFrame

Align on the nearest frame

18

constantSpeed

Set constant Speed

19

overlapCleaning

Auto-cleaning between selected keyframes

20

shift-10

Shift 10 frames to the left

21

shift-1

Shift 1 frame to the left

22

shift+1

Shift 1 frame to the right

23

shift+10

Shift 10 frames to the right

Suffixes (optional)

It is possible to add a suffix to the end of the script function in order to force Keystone to group keyframes by layer, by property or all together.

  • -LAYER groups keyframes by layer. Correspond to the default behaviour of a simple click.

  • -PROPERTY groups keyframes by property. Correspond to the ALT (⌥) + click behaviour.

  • -ALL groups keyframes all together. Correspond to the SHIFT + click behaviour.

Suffix Example

alignFirstKey-PROPERTY will force the alignement of all the selected keyframes of each property on the CTI without having to use the combination ALT (⌥) + click.

Suffix example
  • Suffixes are optional and without any suffix the hotkeys ALT (⌥) and SHIFT apply like in the extension.

  • Suffixes are not available for all features, such as Constant speed, Overlap cleaning or Align to nearest frame.

Download Keystone icons

All the icons are available in blue or dark.

2 sets of icons: Dark and Blue

Last updated

Was this helpful?