Closed ch3rn1k closed 1 year ago
Problem is simple - printText method doesn't works with emojis. Only if simple one, like ❤️
printText
Example code:
import { Hardware } from "keysender"; const obj = new Hardware(handle); // or Virtual await obj.keyboard.printText("🚑 ❤️ 🐝");
Outputs: � ❤️ �
� ❤️ �
fixed in 2.3.0
Yeah, works fine! Thanks!
Problem is simple -
printText
method doesn't works with emojis. Only if simple one, like ❤️Example code:
Outputs:
� ❤️ �