Chromium Embedded Framework bind key press
问题 I saw this thread on the official forum of Chromium Embedded Framework but it seems that there were no solutions given. To be honest, I'm not comfortable with C++ platform. Could you help me provide a snippet that binds CEF to the webapp. I wanted to control the application using the default controls: ALT + F4 - close F5 - refresh browser 回答1: Short Version: Implement CefKeyboardHandler , specifically OnPreKeyEvent() ClientHandler::OnPreKeyEvent(CefRefPtr<CefBrowser> browser, const