# useKeyPress > Track whether a specific key is currently held down. - Category: DOM - Package: `hookli` (install with `npm i hookli`) - Docs: https://hookli.vercel.app/docs/use-key-press ## Signature ```ts useKeyPress(targetKey: string): boolean ```