デフォルトのエディタ用ショートカット¶
Godot Editorの機能の多くは、キーボードショートカットを使って実行することができます。このページではデフォルトでショートカットが設定されている機能の一覧を紹介しますが、他にも多くの機能はエディタの設定でカスタマイズすることができます。これらの機能や他のアクションに関連したキーを変更するには ``エディタ -> エディタ設定 -> ショートカット``に移動してください。
普遍的なアクションもありますが、多くのショートカットは個々のツールに固有のものです。このため、一部のキーの組み合わせには複数の機能を割り当てることが可能です。正しいアクションは、コンテキストに応じて実行されます。
注釈
エディタのWindowsとLinuxのビルドはほとんどのデフォルト設定を共有していますが、一部のショートカットはmacOSのバージョンによって異なる場合があります。これはmacOSのエコシステムにエディタをより良く統合するためです。そのOSの標準的なショートカットを使いこなしているユーザーは、Godot Editorのデフォルトキーマッピングが直感的に使えるようになるはずです。
一般的なエディタ用アクション¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
2Dエディタを開く | F1 | Alt + 1 | editor/editor_2d |
3Dエディタを開く | F2 | Alt + 2 | editor/editor_3d |
スクリプトエディタを開く | F3 | Alt + 3 | editor/editor_script |
ヘルプを検索 | Shift + F1 | Alt + Space | editor/editor_help |
集中モード | Ctrl + Shift + F11 | Cmd + Ctrl + D | editor/distraction_free_mode |
次のタブ | Ctrl + Tab | Cmd + Tab | editor/next_tab |
前のタブ | Ctrl + Shift + Tab | Cmd + Shift + Tab | editor/prev_tab |
ファイルをフィルターする | Ctrl + Alt + P | Cmd + Alt + P | editor/filter_files |
シーンを開く | Ctrl + O | Cmd + O | editor/open_scene |
シーンを閉じる | Ctrl + Shift + W | Cmd + Shift + W | editor/close_scene |
閉じたシーンを再び開く | Ctrl + Shift + T | Cmd + Shift + T | editor/reopen_closed_scene |
シーンを保存 | Ctrl + S | Cmd + S | editor/save_scene |
名前を付けてシーンを保存 | Ctrl + Shift + S | Cmd + Shift + S | editor/save_scene_as |
すべてのシーンを保存 | Ctrl + Shift + Alt + S | Cmd + Shift + Alt + S | editor/save_all_scenes |
クイックオープン | Shift + Alt + O | Shift + Alt + O | editor/quick_open |
シーンのクイックオープン | Ctrl + Shift + O | Cmd + Shift + O | editor/quick_open_scene |
Quick Open Script | Ctrl + Alt + O | Cmd + Alt + O | editor/quick_open_script |
元に戻す | Ctrl + Z | Cmd + Z | editor/undo |
やり直す | Ctrl + Shift + Z | Cmd + Shift + Z | editor/redo |
終了 | Ctrl + Q | Cmd + Q | editor/file_quit |
終了してプロジェクト一覧を開く | Ctrl + Shift + Q | Shift + Alt + Q | editor/quit_to_project_list |
スクリーンショットを撮る | Ctrl + F12 | Cmd + F12 | editor/take_screenshot |
フルスクリーンを有効化 / 無効化 | Shift + F11 | Cmd + Ctrl + F | editor/fullscreen_mode |
実行 | F5 | Cmd + B | editor/play |
シーンを一時停止 | F7 | Cmd + Ctrl + Y | editor/pause_scene |
停止 | F8 | Cmd + . | editor/stop |
シーンを実行 | F6 | Cmd + R | editor/play_scene |
カスタムシーンを実行 | Ctrl + Shift + F5 | Cmd + Shift + R | editor/play_custom_scene |
下パネルを展開 | Shift + F12 | Shift + F12 | editor/bottom_panel_expand |
2D / Canvas アイテムエディタ¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
ズームイン | Ctrl + = | Cmd + = | canvas_item_editor/zoom_plus |
ズームアウト | Ctrl + - | Cmd + - | canvas_item_editor/zoom_minus |
ズームをリセット | Ctrl + 0 | Cmd + 0 | canvas_item_editor/zoom_reset |
ビューをパン | Space | Space | canvas_item_editor/pan_view |
選択モード | Q | Q | canvas_item_editor/select_mode |
移動モード | W | W | canvas_item_editor/move_mode |
回転モード | E | E | canvas_item_editor/rotate_mode |
スケールモード | S | S | canvas_item_editor/scale_mode |
定規モード | R | R | canvas_item_editor/ruler_mode |
スマートスナップを使う | Shift + S | Shift + S | canvas_item_editor/use_smart_snap |
グリッドスナップを使う | Shift + G | Shift + G | canvas_item_editor/use_grid_snap |
グリッドステップを2倍にする | Num * | Num * | canvas_item_editor/multiply_grid_step |
グリッドステップを半分にする | Num / | Num / | canvas_item_editor/divide_grid_step |
常にグリッドを表示 | G | G | canvas_item_editor/show_grid |
ヘルパーを表示 | H | H | canvas_item_editor/show_helpers |
ガイドを表示 | Y | Y | canvas_item_editor/show_guides |
選択対象を中央に | F | F | canvas_item_editor/center_selection |
選択対象を全面に | Shift + F | Shift + F | canvas_item_editor/frame_selection |
キャンバススケールのプレビュー | Ctrl + Shift + P | Cmd + Shift + P | canvas_item_editor/preview_canvas_scale |
キーを挿入 | Ins | Ins | canvas_item_editor/anim_insert_key |
(既存のトラックに)キーを挿入 | Ctrl + Ins | Cmd + Ins | canvas_item_editor/anim_insert_key_existing_tracks |
Make Custom Bones from Nodes | Ctrl + Shift + B | Cmd + Shift + B | canvas_item_editor/skeleton_make_bones |
ポーズをクリアする | Shift + K | Shift + K | canvas_item_editor/anim_clear_pose |
3D / Spatial エディタ¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
フリールックのオン / オフ | Shift + F | Shift + F | spatial_editor/freelook_toggle |
フリールック左 | A | A | spatial_editor/freelook_left |
フリールック右 | D | D | spatial_editor/freelook_right |
フリールック前進 | W | W | spatial_editor/freelook_forward |
フリールック後進 | S | S | spatial_editor/freelook_backwards |
フリールック上 | E | E | spatial_editor/freelook_up |
フリールック下 | Q | Q | spatial_editor/freelook_down |
フリールックの速度調整 | Shift | Shift | spatial_editor/freelook_speed_modifier |
フリールックの減速調整 | Alt | Alt | spatial_editor/freelook_slow_modifier |
選択モード | Q | Q | spatial_editor/tool_select |
移動モード | W | W | spatial_editor/tool_move |
回転モード | E | E | spatial_editor/tool_rotate |
スケールモード | R | R | spatial_editor/tool_scale |
ローカル空間を使用 | T | T | spatial_editor/local_coords |
スナップを使う | Y | Y | spatial_editor/snap |
オブジェクトをフロアにスナップ | PgDown | PgDown | spatial_editor/snap_to_floor |
上面図 | Num 7 | Num 7 | spatial_editor/top_view |
下面図 | Alt + Num 7 | Alt + Num 7 | spatial_editor/bottom_view |
前面図 | Num 1 | Num 1 | spatial_editor/front_view |
後面図 | Alt + Num 1 | Alt + Num 1 | spatial_editor/rear_view |
右側面図 | Num 3 | Num 3 | spatial_editor/right_view |
左側面図 | Alt + Num 3 | Alt + Num 3 | spatial_editor/left_view |
透視投影 / 平行投影の切り替え | Num 5 | Num 5 | spatial_editor/switch_perspective_orthogonal |
アニメーションキーを挿入 | K | K | spatial_editor/insert_anim_key |
原点にフォーカス | O | O | spatial_editor/focus_origin |
選択対象にフォーカス | F | F | spatial_editor/focus_selection |
トランスフォームをビューに合わせる | Ctrl + Alt + M | Cmd + Alt + M | spatial_editor/align_transform_with_view |
回転をビューに合わせる | Ctrl + Alt + F | Cmd + Alt + F | spatial_editor/align_rotation_with_view |
1 ビューポート | Ctrl + 1 | Cmd + 1 | spatial_editor/1_viewport |
2 ビューポート | Ctrl + 2 | Cmd + 2 | spatial_editor/2_viewports |
2 ビューポート (Alt) | Ctrl + Alt + 2 | Cmd + Alt + 2 | spatial_editor/2_viewports_alt |
3 ビューポート | Ctrl + 3 | Cmd + 3 | spatial_editor/3_viewports |
3 ビューポート (Alt) | Ctrl + Alt + 3 | Cmd + Alt + 3 | spatial_editor/3_viewports_alt |
4 ビューポート | Ctrl + 4 | Cmd + 4 | spatial_editor/4_viewports |
テキストエディタ¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
切り取り | Ctrl + X | Cmd + X | script_text_editor/cut |
コピー | Ctrl + C | Cmd + C | script_text_editor/copy |
貼り付け | Ctrl + V | Cmd + V | script_text_editor/paste |
すべて選択 | Ctrl + A | Cmd + A | script_text_editor/select_all |
検索 | Ctrl + F | Cmd + F | script_text_editor/find |
次を検索 | F3 | Cmd + G | script_text_editor/find_next |
前を検索 | Shift + F3 | Cmd + Shift + G | script_text_editor/find_previous |
複数ファイル内を検索 | Ctrl + Shift + F | Cmd + Shift + F | script_text_editor/find_in_files |
置換 | Ctrl + R | Alt + Cmd + F | script_text_editor/replace |
複数ファイル内で置き換え | Ctrl + Shift + R | Cmd + Shift + R | script_text_editor/replace_in_files |
元に戻す | Ctrl + Z | Cmd + Z | script_text_editor/undo |
やり直す | Ctrl + Y | Cmd + Y | script_text_editor/redo |
上に移動 | Alt + Up Arrow | Alt + Up Arrow | script_text_editor/move_up |
下に移動 | Alt + Down Arrow | Alt + Down Arrow | script_text_editor/move_down |
行を削除 | Ctrl + Shift + K | Cmd + Shift + K | script_text_editor/delete_line |
コメントアウト / 解除 | Ctrl + K | Cmd + K | script_text_editor/toggle_comment |
行を折りたたむ / 展開 | Alt + F | Alt + F | script_text_editor/toggle_fold_line |
下に複写 | Ctrl + D | Cmd + Shift + C | script_text_editor/clone_down |
シンボルを補完 | Ctrl + Space | Ctrl + Space | script_text_editor/complete_symbol |
選択範囲を評価 | Ctrl + Shift + E | Cmd + Shift + E | script_text_editor/evaluate_selection |
末尾の空白を取り除く | Ctrl + Alt + T | Cmd + Alt + T | script_text_editor/trim_trailing_whitespace |
大文字 | Shift + F4 | Shift + F4 | script_text_editor/convert_to_uppercase |
小文字 | Shift + F5 | Shift + F5 | script_text_editor/convert_to_lowercase |
単語の先頭文字を大文字に | Shift + F6 | Shift + F6 | script_text_editor/capitalize |
インデントをスペースに変換 | Ctrl + Shift + Y | Cmd + Shift + Y | script_text_editor/convert_indent_to_spaces |
インデントをタブに変換 | Ctrl + Shift + I | Cmd + Shift + I | script_text_editor/convert_indent_to_tabs |
自動インデント | Ctrl + I | Cmd + I | script_text_editor/auto_indent |
ブックマークをつける / 外す | Ctrl + Alt + B | Cmd + Alt + B | script_text_editor/toggle_bookmark |
次のブックマークに移動 | Ctrl + B | Cmd + B | script_text_editor/goto_next_bookmark |
前のブックマークに移動 | Ctrl + Shift + B | Cmd + Shift + B | script_text_editor/goto_previous_bookmark |
関数に移動 | Ctrl + Alt + F | Ctrl + Cmd + J | script_text_editor/goto_function |
行に移動 | Ctrl + L | Cmd + L | script_text_editor/goto_line |
ブレークポイントをつける / 外す | F9 | Cmd + Shift + B | script_text_editor/toggle_breakpoint |
すべてのブレークポイントを消去 | Ctrl + Shift + F9 | Cmd + Shift + F9 | script_text_editor/remove_all_breakpoints |
次のブレークポイントに移動 | Ctrl + . | Cmd + . | script_text_editor/goto_next_breakpoint |
前のブレークポイントに移動 | Ctrl + , | Cmd + , | script_text_editor/goto_previous_breakpoint |
コンテキスト ヘルプ | Alt + F1 | Alt + Shift + Space | script_text_editor/contextual_help |
スクリプトエディタ¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
検索 | Ctrl + F | Cmd + F | script_editor/find |
次を検索 | F3 | F3 | script_editor/find_next |
前を検索 | Shift + F3 | Shift + F3 | script_editor/find_previous |
複数ファイル内を検索 | Ctrl + Shift + F | Cmd + Shift + F | script_editor/find_in_files |
上に移動 | Shift + Alt + Up Arrow | Shift + Alt + Up Arrow | script_editor/window_move_up |
下に移動 | Shift + Alt + Down Arrow | Shift + Alt + Down Arrow | script_editor/window_move_down |
次のスクリプト | Ctrl + Shift + . | Cmd + Shift + . | script_editor/next_script |
前のスクリプト | Ctrl + Shift + , | Cmd + Shift + , | script_editor/prev_script |
閉じたスクリプトを再び開く | Ctrl + Shift + T | Cmd + Shift + T | script_editor/reopen_closed_script |
保存 | Ctrl + Alt + S | Cmd + Alt + S | script_editor/save |
すべて保存 | Ctrl + Shift + Alt + S | Cmd + Shift + Alt + S | script_editor/save_all |
スクリプトをソフトリロード | Ctrl + Shift + R | Cmd + Shift + R | script_editor/reload_script_soft |
前の履歴 | Alt + Left Arrow | Alt + Left Arrow | script_editor/history_previous |
次の履歴 | Alt + Right Arrow | Alt + Right Arrow | script_editor/history_next |
閉じる | Ctrl + W | Cmd + W | script_editor/close_file |
実行 | Ctrl + Shift + X | Cmd + Shift + X | script_editor/run_file |
スクリプトパネルを切り替え | Ctrl + \ | Cmd + \ | script_editor/toggle_scripts_panel |
ズームイン | Ctrl + = | Cmd + = | script_editor/zoom_in |
ズームアウト | Ctrl + - | Cmd + - | script_editor/zoom_out |
ズームをリセット | Ctrl + 0 | Cmd + 0 | script_editor/reset_zoom |
ビジュアルスクリプト エディタ¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
ノードタイプを探す | Ctrl + F | Cmd + F | visual_script_editor/find_node_type |
ノードをコピー | Ctrl + C | Cmd + C | visual_script_editor/copy_nodes |
ノードを切り取る | Ctrl + X | Cmd + X | visual_script_editor/cut_nodes |
ノードを貼り付け | Ctrl + V | Cmd + V | visual_script_editor/paste_nodes |
選択対象を削除 | Del | Cmd + BkSp | visual_script_editor/delete_selected |
関数を作成 | Ctrl + G | Cmd + G | visual_script_editor/create_function |
メンバーを編集 | Ctrl + E | Cmd + E | visual_script_editor/edit_member |
グラフを更新 | Ctrl + R | Cmd + R | visual_script_editor/refresh_nodes |
ブレークポイントをつける / 外す | F9 | F9 | visual_script_editor/toggle_breakpoint |
Editor Output¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
選択範囲をコピー | Ctrl + C | Cmd + C | editor/copy_output |
出力をクリア | Ctrl + Shift + K | Cmd + Shift + K | editor/clear_output |
デバッガ¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
ステップイン | F11 | F11 | debugger/step_into |
ステップオーバー | F10 | F10 | debugger/step_over |
続行 | F12 | F12 | debugger/continue |
ファイルダイアログ¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
戻る | Alt + Left Arrow | Alt + Left Arrow | file_dialog/go_back |
進む | Alt + Right Arrow | Alt + Right Arrow | file_dialog/go_forward |
上へ | Alt + Up Arrow | Alt + Up Arrow | file_dialog/go_up |
再読込 | F5 | F5 | file_dialog/refresh |
隠しファイルをオン / オフ | Ctrl + H | Cmd + H | file_dialog/toggle_hidden_files |
お気に入りにする / しない | Alt + F | Alt + F | file_dialog/toggle_favorite |
モード切替え | Alt + V | Alt + V | file_dialog/toggle_mode |
フォルダを作成 | Ctrl + N | Cmd + N | file_dialog/create_folder |
削除 | Del | Cmd + BkSp | file_dialog/delete |
パスにフォーカス | Ctrl + D | Cmd + D | file_dialog/focus_path |
お気に入りを上へ | Ctrl + Up Arrow | Cmd + Up Arrow | file_dialog/move_favorite_up |
お気に入りを下へ | Ctrl + Down Arrow | Cmd + Down Arrow | file_dialog/move_favorite_down |
ファイルシステム ドック¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
パスをコピー | Ctrl + C | Cmd + C | filesystem_dock/copy_path |
複製 | Ctrl + D | Cmd + D | filesystem_dock/duplicate |
削除 | Del | Cmd + BkSp | filesystem_dock/delete |
シーンツリー ドック¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
子ノードを追加 | Ctrl + A | Cmd + A | scene_tree/add_child_node |
名前の一括変更 | Ctrl + F2 | Cmd + F2 | scene_tree/batch_rename |
ノードのパスをコピー | Ctrl + C | Cmd + C | scene_tree/copy_node_path |
削除 | Del | Cmd + BkSp | scene_tree/delete |
Force Delete | Shift + Del | Shift + Del | scene_tree/delete_no_confirm |
複製 | Ctrl + D | Cmd + D | scene_tree/duplicate |
上に移動 | Ctrl + Up Arrow | Cmd + Up Arrow | scene_tree/move_up |
下に移動 | Ctrl + Down Arrow | Cmd + Down Arrow | scene_tree/move_down |
アニメーショントラック エディタ¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
選択範囲を複製 | Ctrl + D | Cmd + D | animation_editor/duplicate_selection |
転置して複製 | Ctrl + Shift + D | Cmd + Shift + D | animation_editor/duplicate_selection_transposed |
選択範囲を削除 | Del | Cmd + BkSp | animation_editor/delete_selection |
次のステップへ | Ctrl + Right Arrow | Cmd + Right Arrow | animation_editor/goto_next_step |
前のステップへ | Ctrl + Left Arrow | Cmd + Left Arrow | animation_editor/goto_prev_step |
TileMap エディタ¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
タイルを検索 | Ctrl + F | Cmd + F | tile_map_editor/find_tile |
タイルをピック | I | I | tile_map_editor/pick_tile |
タイルをペイント | P | P | tile_map_editor/paint_tile |
塗りつぶし | G | G | tile_map_editor/bucket_fill |
行列(縦横)入れ替え | T | T | tile_map_editor/transpose |
左右反転 | X | X | tile_map_editor/flip_horizontal |
上下反転 | Z | Z | tile_map_editor/flip_vertical |
左に回転 | A | A | tile_map_editor/rotate_left |
右に回転 | S | S | tile_map_editor/rotate_right |
トランスフォームをクリア | W | W | tile_map_editor/clear_transform |
選択 | M | M | tile_map_editor/select |
選択範囲を切り取り | Ctrl + X | Cmd + X | tile_map_editor/cut_selection |
選択範囲をコピー | Ctrl + C | Cmd + C | tile_map_editor/copy_selection |
選択範囲を消去 | Del | Cmd + BkSp | tile_map_editor/erase_selection |
Tileset Editor¶
アクション名 | Windows、Linux | macOS | エディタ設定 |
---|---|---|---|
次の座標 | PgDown | PgDown | tileset_editor/next_shape |
前の座標 | PgUp | PgUp | tileset_editor/previous_shape |
領域モード | 1 | 1 | tileset_editor/editmode_region |
コリジョンモード | 2 | 2 | tileset_editor/editmode_collision |
オクルージョンモード | 3 | 3 | tileset_editor/editmode_occlusion |
ナビゲーションモード | 4 | 4 | tileset_editor/editmode_navigation |
ビットマスクモード | 5 | 5 | tileset_editor/editmode_bitmask |
優先順位モード | 6 | 6 | tileset_editor/editmode_priority |
アイコンモード | 7 | 7 | tileset_editor/editmode_icon |
Zインデックスモード | 8 | 8 | tileset_editor/editmode_z_index |