mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-692: Disable autocapitalize.
This commit is contained in:
@@ -1897,6 +1897,9 @@ GuacUI.Client.attach = function(guac) {
|
||||
* Text input
|
||||
*/
|
||||
|
||||
// Disable automatic capitalization on platforms that support this attribute
|
||||
GuacUI.Client.target.setAttribute("autocapitalize", "off");
|
||||
|
||||
function keysym_from_codepoint(codepoint) {
|
||||
|
||||
// Keysyms for control characters
|
||||
|
Reference in New Issue
Block a user