sendKeyStroke utf8 support 😁

  • Feature Description: sendKeyStroke can send more complex text most all games support pasting emojis but most player dont know how to do that or dont care about https://getemoji.com/
  • impact for my app: [low, mid, high, show-stopper]. impact → low. Since i am building a chat wheel would appreciate mojis there - its not a blocker.
  • What is your current pain point? sendKeyStroke is restricted to keyboard keys only. In my case i dont want emulate keys, i want to send utf8 strings.
  • What do you have in mind to solve it? No idea how to solve it. Maybe its possible already, then it can be closed.

note for stuff: after FR is accepted, add a link to the internal ticket.

Hi, you could try placing the content onto the clipboard and then paste it into the chat window instead of sending the strokes individually.

https://overwolf.github.io/docs/api/overwolf-utils#placeonclipboarddata

1 Like

@patrickjaja The suggested solution sounds good. Please update me if neccesary.
With your permission, I will close it now.

Thanks.