skip to Main Content

Problem Description

I updated my windows to windows 11 and when i installed android studio again i started to face problems related to the mouse cursor.
It always looks like this when I open a new file through android studio:

windows_11_resulted_cursor

I would like the cursor to look like this:

windows_11_expected_cursor

But for this to be possible I currently have to keep pressing the "insert" key on the keyboard every time I go to a new file, and that’s pretty annoying.

My failed attempt

As described in this solution I did the following that is in the image below:

enter image description here

But it didn’t work. I suspect it’s something exclusive to windows 11.

2

Answers


  1. Chosen as BEST ANSWER

    The problem is not related to windows 11 as I suspected, but rather to the Vim plugin available for the IDE. To solve this, just disable the plugin.

    enter image description here


  2. Click the ‘Insert’ key on your keyboard. That should fix your problem.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search