skip to Main Content

on Windows, every time i press ctrl + c, it takes 1-3 seconds to copy the selected text to my clipboard.

it is not "not working"; it is just working very slow.

if you are impacted, please upvote issue on google bug tracker

i already tried answers from this stackoverflow question, but the issue persists:

  1. i don’t have IdealVim installed – i can’t disable it, since i don’t have it installed
  2. the setting "Maximum number of contents to keep in clipboard" doesn’t exist for me – the setting doesn’t exist in my version of Android Studio
  3. first copying a blank line doesn’t work – copying blank line causes same lag
  4. restarting and invalidating caches will fix the issue for a few minutes, but then it just comes back

2

Answers


  1. Chosen as BEST ANSWER

    solution:

    1. vote for issue on google bug tracker
    2. wait for fix

    workaround for copy + paste:

    1. highlight the code you want to copy
    2. duplicate the code by pressing: Ctrl + D
    3. use mouse left click to drag-and-drop the code to where you want it

    workaround for cut + paste:

    1. highlight the code you want to copy
    2. use mouse left click to drag-and-drop the code to where you want it

    workaround for transferring text to Ctrl+F or Ctrl+Shift+F or Shift+Shift:

    1. highlight the code/text that you want to search for
    2. do the shortcut. i.e., press Ctrl+F or Ctrl+Shift+F or Shift+Shift

  2. I’m seeing this also right now…basically hanging for a few seconds every time. Trying to figure out why…

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