I am translating and suddenly the text is being replaced as I type. I see the "OVR" at the bottom. How in the world do I switch it back to insert mode? I'm pressing the insert key and nothing is happening
I am translating and suddenly the text is being replaced as I type. I see the "OVR" at the bottom. How in the world do I switch it back to insert mode? I'm pressing the insert key and nothing is happening
I had this issue too: OVR mode got stuck. I finally solved it by remapping the Insert key to do something else (move the mouse pointer to the top of the screen) with AutoHotkey.
I had this issue too: OVR mode got stuck. I finally solved it by remapping the Insert key to do something else (move the mouse pointer to the top of the screen) with AutoHotkey.
Thanks Nora, that worked for me too!
Wonderful! I thought I'd leave the link to the AutoHotkey forum thread about the script I use here, in case it helps others. Note that you can repurpose the Insert key to do anything else, and you can even simply disable it so you will never turn Overwrite accidentally again. The script in the thread noted here causes the mouse pointer to move to the top of the screen when the Insert key is pressed.