Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/KeyboardHandler.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ KeyEventFlags constants defined in the cefpython module:

Called after the renderer and javascript in the page has had a chance to
handle the event. |event| contains information about the keyboard event.
|os_event| is the operating system event message, if any. Return true if
|event_handle| is the operating system event message, if any. Return true if
the keyboard event was handled or false otherwise. Description of the
KeyEvent type is in the OnPreKeyEvent() callback.