Alembic Workbench User's Guide
| Tag Type | Attributes | Abbreviation | Foreground | Background | Editable? | Accelerator | Menu Abbrev. |
|---|---|---|---|---|---|---|---|
| FOO | TYPE="BAR" | foobar | yellow | blue | Yes | f | (No Abbrev.) |
| LEX | POS="NNP" | "NNP" | red | pink | Yes | None | (No Abbrev.) |
| ENAMEX | TYPE="PERSON" | Name | blue | red | No | n | (No Abbrev.) |
LEX {POS=\"NNP\"} "NNP" #000000 red 1 <Control-n>
LEX {POS=\"NNP\" *} "" red pink 0
LEX {POS=\"NNPS\"} "NNPS" red pink 0
LEX {POS=\"NN\"} "NN"
LEX {POS=\"NNS\"} "NNS"
LEX * "lex"
The first line instructs the Workbench to abbreviate to NNP the tag LEX POS="NNP" and display it in black text on a pink background. The 1 means it will appear in the tag menu. The <Control-n> is a keyboard accelerator that allows the user to select this entry from the tag menu by typing the key sequence Control-n.
ENAMEX {TYPE=PERSON} "Name" blue lightskyblue 1 <Meta-n>
ENAMEX {TYPE=ORGANIZATION} "Org" green yellow 1 <Meta-o>
ENAMEX {TYPE=LOCATION} "Loc" Magenta VioletRed 1 <Meta-l>
TIMEX {TYPE=DATE} "" red pink 1 <Meta-d>
TIMEX {TYPE=TIME} "" red pink 1 <Meta-t>
NUMEX {TYPE=PERCENT} "percent" #3399bb #44bbcc 1 <Meta-p>
NUMEX {TYPE=MONEY} "money" #999999 #cccccc 1 <Meta-m>
Return to 6.3 Tag Preferences Editing Instructions