POC to convert an input from a keyboard
Build a js script that incerpets keyboard events and replace the characters by others in a single textarea.
Example: I type A
, B
is input in the textarea
Build a js script that incerpets keyboard events and replace the characters by others in a single textarea.
Example: I type A
, B
is input in the textarea