You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: third_party/blink/public/devtools_protocol/browser_protocol.pdl
+4
Original file line number
Diff line number
Diff line change
@@ -3502,6 +3502,10 @@ domain Input
3502
3502
# Whether the event was from the left or right side of the keyboard. 1=Left, 2=Right (default:
3503
3503
# 0).
3504
3504
optional integer location
3505
+
# Editing commands to send with the key event (e.g., 'selectAll') (default: []).
3506
+
# These are related to but not equal the command names used in `document.execCommand` and NSStandardKeyBindingResponding.
3507
+
# See https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.
3508
+
experimental optional array of string commands
3505
3509
3506
3510
# This method emulates inserting text that doesn't come from a key press,
0 commit comments