Use non-mobile OSK (now that main supported mobile platforms have working native keyboards).

This commit is contained in:
Michael Jumper
2012-05-04 14:54:24 -07:00
parent e0510051dd
commit 564915ab2e

View 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