| Index: Source/devtools/Inspector-1.1.json
|
| diff --git a/Source/devtools/Inspector-1.1.json b/Source/devtools/Inspector-1.1.json
|
| index 81d1d4592118cd54547f3702c87103bc687ba2c9..fca643e843959b860d2540ec26bc467f45cfc67b 100644
|
| --- a/Source/devtools/Inspector-1.1.json
|
| +++ b/Source/devtools/Inspector-1.1.json
|
| @@ -3831,7 +3831,6 @@
|
| { "name": "keyIdentifier", "type": "string", "optional": true, "description": "Unique key identifier (e.g., 'U+0041') (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": "macCharCode", "type": "integer", "optional": true, "description": "Mac character code (default: 0)." },
|
| { "name": "autoRepeat", "type": "boolean", "optional": true, "description": "Whether the event was generated from auto repeat (default: false)." },
|
| { "name": "isKeypad", "type": "boolean", "optional": true, "description": "Whether the event was generated from the keypad (default: false)." },
|
| { "name": "isSystemKey", "type": "boolean", "optional": true, "description": "Whether the event was a system key event (default: false)." }
|
|
|