deadcast2 / UltraEd

A WIP level editor/game engine for the Nintendo 64.
MIT License
132 stars 13 forks source link

Shift keys keep user from using backspace in script editor #143

Closed Lizband closed 2 years ago

Lizband commented 2 years ago

Issue: If the user holds [Shift] and tries to backspace a character, the script editor will not register the input as a backspace.

Expected result: If the [Shift] key is held and backspace is pressed, the character should still be backspaced.

deadcast2 commented 2 years ago

Ok fixed! Pretty easy little change to the text editor plugin being used. Not sure why that action wasn't allowed? Also sorry if you experience any ROM building errors when pulling down the latest UltraEd. I did a lot of class and variable renaming today to improve clarity. Getting really old todo list items finally done.

Lizband commented 2 years ago

Thanks again!