From: Michael Jumper Date: Fri, 4 May 2012 21:54:24 +0000 (-0700) Subject: Use non-mobile OSK (now that main supported mobile platforms have working native... X-Git-Url: http://git.alex.org.uk Use non-mobile OSK (now that main supported mobile platforms have working native keyboards). --- 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