| Index: Source/devtools/protocol.json
 | 
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
 | 
| index e11674e249baca518c6e2c93fe79765ed95feac1..f93ff09a0dc9845e0fc0337a3cbad082077bca15 100644
 | 
| --- a/Source/devtools/protocol.json
 | 
| +++ b/Source/devtools/protocol.json
 | 
| @@ -4313,6 +4313,7 @@
 | 
|                      { "name": "unmodifiedText", "type": "string", "optional": true, "description": "Text that would have been generated by the keyboard if no modifiers were pressed (except for shift). Useful for shortcut (accelerator) key handling (default: \"\")." },
 | 
|                      { "name": "keyIdentifier", "type": "string", "optional": true, "description": "Unique key identifier (e.g., 'U+0041') (default: \"\")." },
 | 
|                      { "name": "code", "type": "string", "optional": true, "description": "Unique DOM defined string value for each physical key (e.g., 'KeyA') (default: \"\")." },
 | 
| +                    { "name": "key", "type": "string", "optional": true, "description": "Unique DOM defined string value describing the meaning of the key in the context of active modifiers, keyboard layout, etc (e.g., 'AltGr') (default: \"\")." },
 | 
|                      { "name": "windowsVirtualKeyCode", "type": "integer", "optional": true, "description": "Windows virtual key code (default: 0)." },
 | 
|                      { "name": "nativeVirtualKeyCode", "type": "integer", "optional": true, "description": "Native virtual key code (default: 0)." },
 | 
|                      { "name": "autoRepeat", "type": "boolean", "optional": true, "description": "Whether the event was generated from auto repeat (default: false)." },
 | 
| 
 |