## Managing focus

The editor integrates the **Toolbar** component and inherits all shortcuts from it. So, the component has two tab stops - one the toolbar and one the content area.

**Actions applied to Editor content area:**

| Key         | Behavior                                                    |
|-------------|-------------------------------------------------------------|
| `Ctrl+B`  | Executes bold command. |
| `Ctrl+I`  | Executes italic command. |
| `Ctrl+U`  | Executes underline command. |
| `Ctrl+Z`  | Executes undo command. |
| `Ctrl+Y`  | Executes redo command. |
| `Shift+Enter`  | Adds `<br/>` to content. |
| `Enter`  | Adds `<p>` to content. |

## Resources

https://www.w3.org/TR/wai-aria-practices-1.1/examples/toolbar/toolbar.html
