diff --git a/2-ui/2-events/01-introduction-browser-events/article.md b/2-ui/2-events/01-introduction-browser-events/article.md index 94e2b93c..cf16c983 100644 --- a/2-ui/2-events/01-introduction-browser-events/article.md +++ b/2-ui/2-events/01-introduction-browser-events/article.md @@ -11,13 +11,13 @@ Here's a list of the most useful DOM events, just to take a look at: - `mousedown` / `mouseup` -- when the mouse button is pressed / released over an element. - `mousemove` -- when the mouse is moved. +**Keyboard events:** +- `keydown` and `keyup` -- when a keyboard key is pressed and released. + **Form element events:** - `submit` -- when the visitor submits a `