MCPcopy 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
14class KeyboardHandler(object):
15 def OnKeyEvent(self, browser, event, event_handle, **_):
16 print("OnKeyEvent: "+str(event))
17
18if __name__ == '__main__':
19 main()

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected