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?
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?
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
Try fn + ins
. That worked for me.
ins
in macOS? –
Avra ins
button on mac –
Oldham Go to settings and plugins and just disable the IdeaVim plugin it works in 2020.itx also occurs due to this extension.
go to plugins and disable IdeaVim then restart android studio it will be ok ...
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.
In windows if you press INSERT key cursor mode will get change,use WINDOWS + INSERT to get back into normal mode
It's ins
in the latest version of Android Studio.
For mac users just right click and deselect "Column selection mode" or press Shift + Command + 8
Just restart Android Studio and voilà !
None of the other solutions worked for me (Windows 7, maybe with an inactive Lock Num key).
fn
+ ins
doing the work. –
Philistine fn + insert deactivates the solid cursor, pressing fn + insert again activates it in windows
© 2022 - 2024 — McMap. All rights reserved.
Smart Insert
orOverwrite
? – Herne