3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android Studioショートカットのカスタマイズ

Last updated at Posted at 2019-10-18

手順

Clean Projectに、Command + Shift + Kを割り当ててみる。
(Xcodeと同じショートカットにしたかったため)

まずはPreferences>Keymapを選択。

サーチバー右のFind Shortcutアイコンより、既に同じコマンドが設定されているかどうかを確かめる。
Command + Shift + KにはPushが割り当てられていた→外す必要あり)
スクリーンショット 2020-02-09 17.19.44.png

その項目を右クリック、Removeを選択。
スクリーンショット 2020-02-09 17.21.06.png

サーチバーからClean Projectを探して右クリック、Add Keyboard Shortcutを選択。
スクリーンショット 2019-10-18 23.35.28.png

ダイアログが出てくるので、そこでCommand + Shift + Kをタイプ。
スクリーンショット 2020-02-09 17.23.31.png

最後にPreferencesダイアログのOKボタンを押して、割り当て完了です:tada:

よく使うカスタムショートカット(随時追加予定)

Clean Project

Command + Shift + K

左右のタブ移動

Command + Alt + →で右のタブに移動
Command + Alt + ←で左のタブに移動
スクリーンショット 2019-10-18 16.10.51.png

参考

Android Studioで、左右のタブ移動のショートカットを変更する - Qiita

3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?