Zayik / CommandSender

Stream Deck plugin for sending UDP/TCP messages from a key press.
MIT License
14 stars 2 forks source link

Non Printable Charaters #10

Closed Techone001 closed 2 years ago

Techone001 commented 2 years ago

Is there a way to send Non printable characters?, I am looking for Line feed.

Zayik commented 2 years ago

Thanks for your patience. Been a hectic couple of days.

I have added an update that will allow you to send ascii characters, which encompass the good ole Line Feed.

You will have to use its Html number notation, as the Plugin uses Html for its presentation. You can find the value representation here: https://www.ascii-code.com/

Line Feed = ' '

Use case: image