Browse Source

Loads keysym.js

Without it, `XK_ISO_Level3_Shift` (at least) is undefined.
Julien Fontanet 10 years ago
parent
commit
0331495382
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vnc_auto.html

+ 1 - 1
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;