ASCII codes not recognized by godot editor

Godot Version

v4.2.2.stable.official

Question

When typing in the godot script window the ASCII characters do not work, I try for example alt+92 and the > sign doesn´t show, so I need to type outside to copy and paste, Can anyone could tell me where that option could be enabled?

Press and hold the alt key.
Press and release the keypad + key
Type (hex) unicode number.
Release the alt key.

Look at this

The character > is 3e
Find it here.

1 Like

Hi there, thanks for helping me! it worked, using the (hex) Unicode number which is a bit longer, for now, I´m going to use this option but would be great if the alt+ decimal option worked :sweat_smile: