Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Game Development How to Make a Video Game Player Input and Cameras Comments

Text Editor

Let's say i forgot to write the ,, H " letter from ,,Horizontal" , when i try to write H it will automatically delet my ,, o " letter , if i try to write ,,Horiz" it will delete the rest of the word , so i have to rewrite everything in that specific line from that missing letter, how can i fix this ? Thanks

2 Answers

You may just need to press the "insert" key on your keyboard(found to the right of the backspace key). It should switch the text-entering mode so that it adds the characters in rather than overwriting the current one. Or switch it back, if you press it again.

Thanks, i pressed everything cuz i dont have ,, insert " on my laptop keyboard , but somehow i solved that problem , ty