Patch issue for Android Studio

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!

+4
source share
5 answers

, - , , , (Alt + Shift + Insert).

, !

+7

, Android

--- > /

enter image description here

ctrl + v ctrl + Alt + Shift + V

+2

:

  • -,
  • / 7- (7 * 7 = 49)

,

0

Android- 2.2 Control, ,

0

"" ( "ins" )

-2
source

Source: https://habr.com/ru/post/1622011/


All Articles