Close white cursor in Android Studio

后端 未结 14 2604
醉梦人生
醉梦人生 2020-12-17 22:30

\"AndroidStudio\"

In Android Studio, my cursor is white rectangle. I\'m cannot write anything. And changed my k

14条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-17 22:39

    Press Fn + Del on your keyboard together. Explanation: Its because Delete key on keyboard has Insert function. So pressing Del along with Fn key will enable Insert mode within your editor from Overwrite mode as in your case.

提交回复
热议问题