Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio paste issue

Whenever I try to paste some lines of code into a file in Android Studio it acts like this:

  1. Copied lines overwrite existing lines below caret position.
  2. It pastes several times for a single command (I copy 7 lines and press Ctrl+V just once and it gives me 49 lines)

I don't know if this is some weird coding feature that I'm unaware of.

How can I turn this behavior off and make it work the ordinary way?

Update it's not a keyboard issue. No problem in Visual Studio!

like image 797
Vahid Avatar asked Dec 11 '22 19:12

Vahid


1 Answers

In case someone else should face a similar issue in the future, mine was fixed after I marked and then unmarked Column Selection Mode (Alt+Shift+Insert).

Still strange but it resolved the issue!

like image 103
Vahid Avatar answered Jan 19 '23 07:01

Vahid