Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ KeyboardHandler
Class
KeyboardHandler
examples/snippets/keyboard_handler.py:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
14
class
KeyboardHandler(object):
15
def
OnKeyEvent(self, browser, event, event_handle, **_):
16
print(
"OnKeyEvent: "
+str(event))
17
18
if
__name__ ==
'__main__'
:
19
main()
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected