Skip to Content
🎉 Coral now has an MCP Server, check out the docs
DocumentationUtilsuseCapsLock

useCapsLock

A hook to detect if the user’s caps lock key is active.

Import

import { useCapsLock } from '@octopus-energy/utils';

Usage

const isCapsLockOn = useCapsLock();

Returns

TypeDescriptionExample
boolean
Last updated on