Page 1 of 1

Browser Inject Char

Posted: 01 Jun 2017, 13:15
by Eric_RD
The Inject Char Method of the Browser node does not work like the inject char Method of the Textfield Input.
But how it works is not very well documented.
I understand that "CharAsKeycode" switches the table from Unicode to JavaScript Char Codes (http://zeamedia.de/helper/javascript-ke ... -codes.php)
But then only commands like "Backspace" are working, no characters like a,b,c,1,2,3.
After disabling Char As Keycode the first Character Entered is not passed to the Webside.

My workaround is injecting the chars via Javascript and catching every command character.
Has anyone found a niche working solution without javascript?
@ Ventuz: It would be gread if the inject char works the same as on the Textfield Input.