diff --git a/html5/index.html b/html5/index.html index b780aa9d..9315b53d 100644 --- a/html5/index.html +++ b/html5/index.html @@ -1237,7 +1237,7 @@

Xpra Bug Report

key: key, code: key, }; - client.do_keyb_process(pressed, e); + client._keyb_process(pressed, e); } const keyboard = getboolparam("keyboard", Utilities.isMobile()); if (!keyboard) {