mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
Use non-mobile OSK (now that main supported mobile platforms have working native keyboards).
This commit is contained in:
@@ -460,7 +460,7 @@ var GuacamoleUI = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// On-screen keyboard
|
// 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());
|
GuacamoleUI.containers.keyboard.appendChild(GuacamoleUI.keyboard.getElement());
|
||||||
|
|
||||||
// Function for automatically updating keyboard size
|
// Function for automatically updating keyboard size
|
||||||
|
Reference in New Issue
Block a user