views:

7

answers:

0

I'm creating a Core Data model in Xcode. Once I've created a new entity, I found that I can add attributes with a key binding (apparently defaults to CMD+CTRL+A).

Once I create that new attribute, the focus is on the name -- well and good. But the next thing is to select from among the "Optional/Transient/Indexed" checkboxes, and I can't seem to enter those fields by pressing TAB like I would expect. In fact, I can find no way to access them without picking up the mouse.

Likewise, I can't seem to enter the "Type" dropdown without mousing as well.

Any tips on doing this without picking up the mouse?