diff --git a/quick-reference.markdown b/quick-reference.markdown index 47ba421..cf14250 100644 --- a/quick-reference.markdown +++ b/quick-reference.markdown @@ -543,6 +543,33 @@ | 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 ``, ``, or `` +| 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: