Use non-mobile OSK (now that main supported mobile platforms have working native...
[guacamole.git] / src / main / webapp / scripts / interface.js
index e12f4df..4403134 100644 (file)
@@ -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