| |
| | | |
Hidden Defaults (page 4) |
|
|
Escape Key Behavior:
By default, pressing the Escape key while editing text will take you out of edit mode and end editing in the Text Area. To prevent the Escape key from ending editing in a Text Area, use:
defaults write com.stone.Create IgnoreEscapeKey
Typesetting Behavior:
By default, Create uses Apple’s OS X 10.2 and later (Jaguar and Panther) typesetting behavior, which adds interparagraph spacing and additional tab alignments, and can slightly change how text is layed out on a page. To revert to the former typesetting behavior, use:
defaults write com.stone.Create TypesetterBehavior 0
To restore the typesetting behavior to Create’s default, use:
defaults remove com.stone.Create TypesetterBehavior |
|
File Compatibility:
Text archiving has changed to preserve new typographical features. You can open newly created documents on Mac OS X 10.2 (Jaguar) and later, but not on previous versions of Mac OS X. To get full backward compatibility to 10.1, set this hidden preference (new typography features will not be preserved):
defaults write com.stone.Create Pre_10.2_File_Compatibility YES |
|