LoginSignup
8
5

More than 5 years have passed since last update.

AndroidStudioでコピー履歴から文字列を選んでペーストする

Posted at

概要

AndroidStudioでは⌘ + cで文字列をコピーし、⌘ + vでペーストできますが、Shift + ⌘ + Vを入力すると⌘ + cでコピーした文字列の履歴からペーストする文字列を選ぶことができ便利でした。

コピー

⌘ + cで複数の文字列をコピーします。

copy_text.gif

ペースト

Shift + ⌘ + Vを入力するとダイアログ表示され、コピー履歴からペーストする文字列を選択できます。履歴は直近の5つまで表示可能なようです。

history_paste.gif

8
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
5