Input Key uses letters for symbols rather than using the symbols - Please Help!

Morning all, I wonder if anyone can help me. I am making an action bar for a college project but when it comes to the - and = being captured from the input mapping, it is writing them as they would appear in the dictionary such as hyphen and equals. Is there a way to convert them to their symbols?

1 Like

You can write a function to convert key name to the string that you need.

4 Likes

Thank you :slight_smile: That sorted it :slight_smile: