I’ll be writing something explaining how to use a behaviour, just ask.
It will be more in depth and explain what you can use it for, unlike some of the current explanations.
1 Like
What does Text Sanitize do? Is it just looking for things like Chinese characters which can’t be displayed?
2 Likes
Sort of, I’ve never found use for it, but it basically checks if any characters typed are not in the ASCII-table (which basically contains the basic english keys as well as numbers and a few more things). Only use of it seems to be in textboxes, so display isn’t messed up.
1 Like
When clicking the help icon in the behavior, it will show a video demonstration.
No, sanitize blocks buttons that do not have a symbol. Like escape or arrow keys.
Only numbers and letters pass through
1 Like