Close white cursor in Android Studio

荒凉一梦 提交于 2019-12-30 06:25:22

问题


In Android Studio, my cursor is white rectangle. I'm cannot write anything. And changed my keyboard button actions.

h-->left arrow j-->down arrow k--> up arrow l-->right arrow

How can I fix problem or can I reset Android Studio settings?


回答1:


Just got the same problem as yours. And this is the solution:

Go to File > Settings > Editor > General > Appearance, then uncheck the Use block caret




回答2:


Try fn + ins. That worked for me.




回答3:


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.




回答4:


It's ins in the latest version of Android Studio.




回答5:


Just restart Android Studio and voilà !

None of the other solutions worked for me (Windows 7, maybe with an inactive Lock Num key).




回答6:


fn + insert  it will work.

And if it not work then try Go to File > Settings > Editor > General > Appearance




回答7:


Try fn and insert keys together it will work.




回答8:


Just Tap the [Insert] button on your keyboard. Android Studio (Version 35.2). It worked for me.




回答9:


You can press Fn + End to exit.



来源:https://stackoverflow.com/questions/28606348/close-white-cursor-in-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!