Added path-like elements
1 parent 68c0446 commit cca704f946d8eb465b4c86ee24c87424e0d59de9
Nigel Stanger authored on 3 Mar 2019
Showing 1 changed file
View
29
quick-reference.markdown
| ---- | ---------- | ---------- | -----
| emoticon | `emoticon` | `[type=`**`happy`**`|meh|neutral|sad]` | happy = U+263A WHITE SMILING FACE
| | `smiley` | | sad = U+2639 WHITE FROWNING FACE
 
### Path-like elements (`path-like-elements.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| file system path | `directory` | |
| keystroke | `keys` | |
| menu | `menu` | |
| path item | `item` | | within `<directory>`, `<keys>`, or `<menu>`
| alt graphics key | `alt-graphics-key` | |
| alt key | `alt-key` | |
| backspace key | `backspace-key` | |
| caps lock key | `capslock-key` | |
| command key (⌘) | `command-key` | |
| control key | `control-key` | |
| delete key | `delete-key` | |
| down arrow key | `down-arrow-key` | |
| enter key | `enter-key` | |
| escape key | `escape-key` | |
| left arrow key | `left-arrow-key` | |
| return key | `return-key` | |
| right arrow key | `right-arrow-key` | |
| shift key | `shift-key` | |
| space key | `space-key` | |
| tab key | `tab-key` | |
| up arrow key | `up-arrow-key` | |
| windows key | `windows-key` | |
 
modules/cross-references.xml: <template name="reference" match="reference[@label]">
modules/cross-references.xml: <template name="broken-reference" match="reference[not( @label )]">
modules/cross-references.xml: <template name="section-reference" match="section" mode="reference">
modules/cross-references.xml: <template name="figure-reference" match="figure" mode="reference">
modules/lists.xml: <template name="enumerated-item" match="item[not( @value )]" mode="enumerated-list">
modules/lists.xml: <template name="definition-item" match="item" mode="definition-list">
modules/lists.xml: <template name="keyword" match="item/keyword|item/term|item/topic|item/DT|item/dt">
modules/lists.xml: <template name="definition" match="item/definition|item/description|item/discourse|item/DD|item/dd">
modules/menus.xml: <template name="menu-separator" match="menu-separator|menusep|menu/separator">
modules/menus.xml: <template name="menu-item" match="menu/item">
modules/multi-column.xml: <template name="multi-column" match="multi-column">
modules/multi-column.xml: <template name="multi-column-column" match="multi-column/column">
modules/quotations.xml: <template name="single-quote" match="quote[@single='yes']|q[@single='yes']">
modules/quotations.xml: <template name="double-quote" match="quote|qq">