From 7f163285d91ff48cf09f5860cd67f83f8ab4cfaa Mon Sep 17 00:00:00 2001 From: Matheus Albuquerque Date: Wed, 26 Dec 2018 04:27:36 -0300 Subject: [PATCH] docs(README): add useKeyPress to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35fd7eb2..fe43cd54 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ - [`useGeolocation`](./docs/useGeolocation.md) — tracks geo location state of user's device. - [`useHover` and `useHoverDirty`](./docs/useHover.md) — tracks mouse hover state of some element. [![][img-demo]](https://codesandbox.io/s/zpn583rvx) - [`useIdle`](./docs/useIdle.md) — tracks whether user is being inactive. + - [`useKeyPress`](./docs/useKeyPress.md) — tracks whether a keyboard key – or set of keys – was pressed. - [`useLocation`](./docs/useLocation.md) — tracks page navigation bar location state. - [`useMedia`](./docs/useMedia.md) — tracks state of a CSS media query. - [`useMediaDevices`](./docs/useMediaDevices.md) — tracks state of connected hardware devices.