From f8fa3f8ff1fbf646cbe7ca66e8bd60165e8890dd Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 4 May 2012 14:54:24 -0700 Subject: [PATCH] Use non-mobile OSK (now that main supported mobile platforms have working native keyboards). --- src/main/webapp/scripts/interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/scripts/interface.js b/src/main/webapp/scripts/interface.js index e12f4df..4403134 100644 --- a/src/main/webapp/scripts/interface.js +++ b/src/main/webapp/scripts/interface.js @@ -460,7 +460,7 @@ var GuacamoleUI = { }; // On-screen keyboard - GuacamoleUI.keyboard = new Guacamole.OnScreenKeyboard("layouts/en-us-qwerty-mobile.xml"); + GuacamoleUI.keyboard = new Guacamole.OnScreenKeyboard("layouts/en-us-qwerty.xml"); GuacamoleUI.containers.keyboard.appendChild(GuacamoleUI.keyboard.getElement()); // Function for automatically updating keyboard size -- 1.7.10.4