19

AndroidStudio

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?

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Taha Körkem
  • 774
  • 2
  • 9
  • 23

11 Answers11

29

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

enter image description here

Yen NQ
  • 749
  • 7
  • 12
  • I reseted settings and fixed problem http://stackoverflow.com/questions/19384033/how-to-reset-android-studio in Feb 19 at 13:00 – Taha Körkem Apr 17 '15 at 11:16
21

Try fn + ins. That worked for me.

Bugs
  • 4,491
  • 9
  • 32
  • 41
Mohaize Jefrin
  • 211
  • 2
  • 3
17

Go to settings and plugins and just disable the IdeaVim plugin it works in 2020.itx also occurs due to this extension.

Ahsan
  • 241
  • 4
  • 8
9

In windows, win+insert worked for me.

Ardent Coder
  • 3,777
  • 9
  • 27
  • 53
destinydz
  • 171
  • 2
  • 3
4

Presse Fn+0. It will work instantly.

Ihor Patsian
  • 1,288
  • 2
  • 15
  • 25
4

go to plugins and disable IdeaVim then restart android studio it will be ok ...

pouya
  • 112
  • 1
  • 8
2

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.

Dr. Abhishek
  • 158
  • 1
  • 11
1

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

  • This answer was already provided. And the question has been resolved in the meantime (last comment). – Bouke Aug 11 '18 at 16:02
1

In windows if you press INSERT key cursor mode will get change,use WINDOWS + INSERT to get back into normal mode

1

For mac users just right click and deselect "Column selection mode" or press Shift + Command + 8

Ana Ilies
  • 41
  • 2
0

Just restart Android Studio and voilà !

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

LePatay
  • 172
  • 1
  • 8