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