<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Input](./puppeteer.protocol.input.md) &gt; [DispatchKeyEventRequest](./puppeteer.protocol.input.dispatchkeyeventrequest.md) &gt; [isSystemKey](./puppeteer.protocol.input.dispatchkeyeventrequest.issystemkey.md)

## Protocol.Input.DispatchKeyEventRequest.isSystemKey property

Whether the event was a system key event (default: false).

<b>Signature:</b>

```typescript
isSystemKey?: boolean;
```