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