Keyboard Handling [6/8]: Update everything to include the new keyboard handling scripts

This commit is contained in:
jalf
2013-11-27 15:24:05 +01:00
committed by Solly Ross
parent fa30469cda
commit 2ea40fdf9a
6 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -60,8 +60,8 @@
message("Loading " + fname);
// Load supporting scripts
Util.load_scripts(["base64.js", "websock.js", "des.js",
"input.js", "display.js", "jsunzip.js", "rfb.js",
"playback.js", fname]);
"keysymdef.js", "keyboard.js", "input.js", "display.js",
"jsunzip.js", "rfb.js", "playback.js", fname]);
} else {
message("Must specify data=FOO in query string.");