Keyboard keys
- Use select instead of click when directing users to choose or select objects, commands, or options.
 - Use press only when referring to pressing keys on a keyboard.
 
When telling readers what keyboard shortcuts to use to achieve a result:
- 
Place the keyboard shortcut in between backticks (monospace formatting)
 - 
Use uppercase letters with the abbreviated version of the key (
CTRLinstead ofCONTROL,CMDinstead ofCOMMANDfor example) - 
Wrap the complete keyboard shortcut in between backticks, including the plus sign:
- Do:
 
`CTRL + C`- Don't:
 
`CTRL` + `C` - 
Do not use the old
<kbd></kbd>component