Whenever I try to insert some lines of code into a file in Android Studio, it acts like this:
- The copied lines replace the existing lines below the carriage.
- It inserts several times for one command (I copy 7 lines and press Ctrl + V only once, and this gives me 49 lines)
I don't know if this is some weird coding function that I don't know about.
How can I disable this behavior and make it work in the usual way?
Updating
is not a keyboard issue. No problem in Visual Studio!
Vahid source
share