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

MacとVS Codeのショートカット一覧(重要ショートカットまとめ)

Last updated at Posted at 2024-07-26

基本的なショートカット

  • Command (⌘) + C: コピー
  • Command (⌘) + V: ペースト
  • Command (⌘) + X: カット
  • Command (⌘) + Z: 元に戻す
  • Command (⌘) + A: 全選択
  • Command (⌘) + S: 保存
  • Command (⌘) + P: 印刷
  • Command (⌘) + D: 複製

ウィンドウとアプリケーションの操作

  • Command (⌘) + Tab: アプリケーションの切り替え
  • Command (⌘) + Q: アプリケーションを終了
  • Command (⌘) + W: ウィンドウを閉じる
  • Command (⌘) + M: ウィンドウを最小化
  • Command (⌘) + H: アプリケーションを隠す
  • Command (⌘) + Option + M: すべてのウィンドウを最小化
  • Command (⌘) + ` (バックティック): 同じアプリケーション内で次のウィンドウに切り替え
  • Command (⌘) + Shift + ` (バックティック): 同じアプリケーション内で前のウィンドウに切り替え

スクリーンショット

  • Command (⌘) + Shift + 3: 画面全体のスクリーンショット
  • Command (⌘) + Shift + 4: 選択範囲のスクリーンショット
  • Command (⌘) + Shift + 4 + Space: ウィンドウのスクリーンショット
  • Command (⌘) + Shift + 5: スクリーンショットと画面録画のオプションを表示
  • Command (⌘) + Shift + 6: Touch Barのスクリーンショット(Touch Bar搭載Macのみ)

Finderの操作

  • Command (⌘) + N: 新しいFinderウィンドウを開く
  • Command (⌘) + Shift + N: 新しいフォルダを作成
  • Command (⌘) + Delete: ファイルをゴミ箱に移動
  • Command (⌘) + Shift + Delete: ゴミ箱を空にする
  • Command (⌘) + Shift + G: フォルダへ移動
  • Command (⌘) + I: 情報を見る
  • Command (⌘) + D: 選択した項目を複製
  • Command (⌘) + T: 新しいタブを開く
  • Command (⌘) + Option + T: ツールバーを表示/非表示

システム操作

  • Command (⌘) + Space: Spotlight検索を開く
  • Command (⌘) + Option + Esc: 強制終了ダイアログを開く
  • Control + Command (⌘) + Power: Macを再起動
  • Control + Command (⌘) + Q: 画面をロック
  • Command (⌘) + Option + Power: スリープ
  • Command (⌘) + Control + Q: 画面をすぐにロック

テキスト編集

  • Option + Delete: 前の単語を削除
  • Command (⌘) + 左矢印: 行の先頭に移動
  • Command (⌘) + 右矢印: 行の末尾に移動
  • Option + 左矢印: 前の単語に移動
  • Option + 右矢印: 次の単語に移動
  • Command (⌘) + 上矢印: ドキュメントの先頭に移動
  • Command (⌘) + 下矢印: ドキュメントの末尾に移動
  • Shift + Option + ↓: 下に複製

Chromeのショートカット

  • Command (⌘) + T: 新しいタブを開く
  • Command (⌘) + W: タブを閉じる
  • Command (⌘) + Shift + T: 最後に閉じたタブを再度開く
  • Command (⌘) + L: アドレスバーを選択
  • Command (⌘) + R: ページを再読み込み
  • Command (⌘) + Shift + R: キャッシュコンテンツを無視し、ページを再読み込み(スーパーリロード)
  • Command (⌘) + Option + I: デベロッパーツールを開く
  • Command (⌘) + Y: ダウンロードを表示
  • Command (⌘) + Shift + N: 新しいシークレットウィンドウを開く
  • Command (⌘) + Option + U: ページのソースを表示

メールのショートカット

  • Command (⌘) + N: 新しいメールを作成
  • Command (⌘) + Shift + D: メールを送信
  • Command (⌘) + R: 返信
  • Command (⌘) + Shift + R: 全員に返信
  • Command (⌘) + Option + F: メールを転送

その他の便利なショートカット

  • Command (⌘) + K: リンクを挿入
  • Command (⌘) + Option + Esc: アプリケーションの強制終了
  • Command (⌘) + Option + H: 他のアプリケーションを隠す
  • Command (⌘) + Option + I: インスペクタを表示

VS Codeのショートカット

  • Command (⌘) + P: ファイルを開く
  • Command (⌘) + Shift + P: コマンドパレットを開く
  • Command (⌘) + J: ターミナル表示・非表示の切り替え
  • Command (⌘) + N: 新しいファイルを作成
  • Command (⌘) + S: ファイルを保存
  • Command (⌘) + Shift + S: 名前を付けて保存
  • Command (⌘) + W: エディタを閉じる
  • Command (⌘) + Shift + W: ウィンドウを閉じる
  • Command (⌘) + K, Command (⌘) + S: キーボードショートカットを表示
  • Command (⌘) + /: コメントアウト/コメント解除
  • Option + 上矢印/下矢印: 行を上下に移動
  • Shift + Option + 上矢印/下矢印: 行を上下に複製
  • Command (⌘) + D: 次の一致する単語を選択
  • Command (⌘) + Shift + L: 一致するすべての単語を選択
  • Command (⌘) + F: 検索
  • Command (⌘) + Shift + F: プロジェクト内検索
  • Command (⌘) + Option + F: 置換
  • Command (⌘) + G: 次を検索
  • Command (⌘) + Shift + G: 前を検索
  • Command (⌘) + B: サイドバーの表示/非表示
  • Command (⌘) + K, Command (⌘) + 0: サイドバーのすべてのセクションを折りたたむ
  • Command (⌘) + K, Command (⌘) + J: サイドバーのすべてのセクションを展開
1
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
1
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?