Open Type Designer

When I go into Open Type Designer, it is blank. How do I get individual kerning pairs up (without auto kerning) so I can alter them? Thanks so much.

Did you read the tutorial on Adding OpenType Features?

Before you can add a lookup table for kerning pairs, you must add a kern feature.
Before you can add a kern feature, you must add a script.

If the OpenType Designer is blank, click on the Code Editor… button to add a default script and some default features based on the glyphs available in your font. You can delete any features that you don’t need afterwards.

Select the default script and click the + button to add a kern feature
Select the kern feature and click the + button to add a pair adjustment lookup
Now you can add individual kerning pairs to the lookup table.

Autokern will do all of this for you, creating classes to use for kerning, which is much more efficient than kerning individual pairs; e.g. instead of individual pairs for Ta, Tà, Tá, Tä, etc., just add one pair for @T_Caps and @a_lc.

That worked (autokern), thanks for the assist!