From 0331495382f7572da13968520d890f02d18028b4 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Fri, 28 Nov 2014 16:35:55 +0100 Subject: [PATCH] Loads keysym.js Without it, `XK_ISO_Level3_Shift` (at least) is undefined. --- vnc_auto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnc_auto.html b/vnc_auto.html index ff376fec1..b05024e30 100644 --- a/vnc_auto.html +++ b/vnc_auto.html @@ -77,7 +77,7 @@ // Load supporting scripts Util.load_scripts(["webutil.js", "base64.js", "websock.js", "des.js", "keysymdef.js", "keyboard.js", "input.js", "display.js", - "jsunzip.js", "rfb.js"]); + "jsunzip.js", "rfb.js", "keysym.js"]); var rfb;