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

Python

Misael Cerpas
Misael Cerpas
2,728 Points

Why does workspace delete the text in front when I type? I have press insert?

Why does workspace delete the text in front when I type? I have press insert?

2 Answers

Steven Parker
Steven Parker
230,946 Points

When you input something on a page, you keyboard is usually in one of two modes, "insert" or "replace". Insert mode pushes back existing text as you type, and replace mode types over existing text (removing it). It sounds like you start out in "replace" mode.

But the purpose of the "insert" button on your keyboard is to switch back and forth between those modes — and it sounds like it is working correctly.

Misael Cerpas
Misael Cerpas
2,728 Points

I made a typo in my question. I meant to say that this was happening even when I hadn't pressed insert. I would get the issue and press insert to toggle back to "insert" mode in case I had mistakenly toggled into "replaced" mode but nothing would happen. I would have to close the console in order to fix it. It was driving me crazy because it was slowing me down :). I'm currently on the introduction to pandas module and not using workspace. I will reply here if I face the same issue when I'm using workspace again.