[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [DispatchKeyEventRequest](./puppeteer.protocol.input.dispatchkeyeventrequest.md) > [isKeypad](./puppeteer.protocol.input.dispatchkeyeventrequest.iskeypad.md) ## Protocol.Input.DispatchKeyEventRequest.isKeypad property Whether the event was generated from the keypad (default: false). Signature: ```typescript isKeypad?: boolean; ```