default_key_mapping.rst 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  1. :article_outdated: True
  2. .. meta::
  3. :keywords: cheatsheet, cheat sheet, shortcut
  4. .. _doc_default_key_mapping:
  5. Default editor shortcuts
  6. ========================
  7. Many of Godot Editor functions can be executed with keyboard shortcuts. This page
  8. lists functions which have associated shortcuts by default, but many others are
  9. available for customization in editor settings as well. To change keys associated
  10. with these and other actions navigate to ``Editor -> Editor Settings -> Shortcuts``.
  11. While some actions are universal, a lot of shortcuts are specific to individual
  12. tools. For this reason it is possible for some key combinations to be assigned
  13. to more than one function. The correct action will be performed depending on the
  14. context.
  15. .. note:: While Windows and Linux builds of the editor share most of the default settings,
  16. some shortcuts may differ for macOS version. This is done for better integration
  17. of the editor into macOS ecosystem. Users fluent with standard shortcuts on that
  18. OS should find Godot Editor's default key mapping intuitive.
  19. General Editor Actions
  20. ----------------------
  21. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  22. | Action name | Windows, Linux | macOS | Editor setting |
  23. +=======================+===============================+==============================+==================================+
  24. | Open 2D Editor | :kbd:`Ctrl + F1` | :kbd:`Alt + 1` | ``editor/editor_2d`` |
  25. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  26. | Open 3D Editor | :kbd:`Ctrl + F2` | :kbd:`Alt + 2` | ``editor/editor_3d`` |
  27. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  28. | Open Script Editor | :kbd:`Ctrl + F3` | :kbd:`Alt + 3` | ``editor/editor_script`` |
  29. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  30. | Search Help | :kbd:`F1` | :kbd:`Alt + Space` | ``editor/editor_help`` |
  31. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  32. | Distraction Free Mode | :kbd:`Ctrl + Shift + F11` | :kbd:`Cmd + Ctrl + D` | ``editor/distraction_free_mode`` |
  33. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  34. | Next tab | :kbd:`Ctrl + Tab` | :kbd:`Cmd + Tab` | ``editor/next_tab`` |
  35. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  36. | Previous tab | :kbd:`Ctrl + Shift + Tab` | :kbd:`Cmd + Shift + Tab` | ``editor/prev_tab`` |
  37. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  38. | Filter Files | :kbd:`Ctrl + Alt + P` | :kbd:`Cmd + Alt + P` | ``editor/filter_files`` |
  39. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  40. | Open Scene | :kbd:`Ctrl + O` | :kbd:`Cmd + O` | ``editor/open_scene`` |
  41. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  42. | Close Scene | :kbd:`Ctrl + Shift + W` | :kbd:`Cmd + Shift + W` | ``editor/close_scene`` |
  43. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  44. | Reopen Closed Scene | :kbd:`Ctrl + Shift + T` | :kbd:`Cmd + Shift + T` | ``editor/reopen_closed_scene`` |
  45. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  46. | Save Scene | :kbd:`Ctrl + S` | :kbd:`Cmd + S` | ``editor/save_scene`` |
  47. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  48. | Save Scene As | :kbd:`Ctrl + Shift + S` | :kbd:`Cmd + Shift + S` | ``editor/save_scene_as`` |
  49. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  50. | Save All Scenes | :kbd:`Ctrl + Shift + Alt + S` | :kbd:`Cmd + Shift + Alt + S` | ``editor/save_all_scenes`` |
  51. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  52. | Quick Open | :kbd:`Shift + Alt + O` | :kbd:`Shift + Alt + O` | ``editor/quick_open`` |
  53. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  54. | Quick Open Scene | :kbd:`Ctrl + Shift + O` | :kbd:`Cmd + Shift + O` | ``editor/quick_open_scene`` |
  55. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  56. | Quick Open Script | :kbd:`Ctrl + Alt + O` | :kbd:`Cmd + Alt + O` | ``editor/quick_open_script`` |
  57. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  58. | Undo | :kbd:`Ctrl + Z` | :kbd:`Cmd + Z` | ``editor/undo`` |
  59. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  60. | Redo | :kbd:`Ctrl + Shift + Z` | :kbd:`Cmd + Shift + Z` | ``editor/redo`` |
  61. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  62. | Quit | :kbd:`Ctrl + Q` | :kbd:`Cmd + Q` | ``editor/file_quit`` |
  63. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  64. | Quit to Project List | :kbd:`Ctrl + Shift + Q` | :kbd:`Shift + Alt + Q` | ``editor/quit_to_project_list`` |
  65. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  66. | Take Screenshot | :kbd:`Ctrl + F12` | :kbd:`Cmd + F12` | ``editor/take_screenshot`` |
  67. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  68. | Toggle Fullscreen | :kbd:`Shift + F11` | :kbd:`Cmd + Ctrl + F` | ``editor/fullscreen_mode`` |
  69. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  70. | Play | :kbd:`F5` | :kbd:`Cmd + B` | ``editor/play`` |
  71. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  72. | Pause Scene | :kbd:`F7` | :kbd:`Cmd + Ctrl + Y` | ``editor/pause_scene`` |
  73. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  74. | Stop | :kbd:`F8` | :kbd:`Cmd + .` | ``editor/stop`` |
  75. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  76. | Play Scene | :kbd:`F6` | :kbd:`Cmd + R` | ``editor/play_scene`` |
  77. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  78. | Play Custom Scene | :kbd:`Ctrl + Shift + F5` | :kbd:`Cmd + Shift + R` | ``editor/play_custom_scene`` |
  79. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  80. | Expand Bottom Panel | :kbd:`Shift + F12` | :kbd:`Shift + F12` | ``editor/bottom_panel_expand`` |
  81. +-----------------------+-------------------------------+------------------------------+----------------------------------+
  82. 2D / Canvas Item Editor
  83. -----------------------
  84. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  85. | Action name | Windows, Linux | macOS | Editor setting |
  86. +==============================+=========================+========================+========================================================+
  87. | Zoom In | :kbd:`Ctrl + =` | :kbd:`Cmd + =` | ``canvas_item_editor/zoom_plus`` |
  88. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  89. | Zoom Out | :kbd:`Ctrl + -` | :kbd:`Cmd + -` | ``canvas_item_editor/zoom_minus`` |
  90. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  91. | Zoom Reset | :kbd:`Ctrl + 0` | :kbd:`Cmd + 0` | ``canvas_item_editor/zoom_reset`` |
  92. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  93. | Pan View | :kbd:`Space` | :kbd:`Space` | ``canvas_item_editor/pan_view`` |
  94. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  95. | Select Mode | :kbd:`Q` | :kbd:`Q` | ``canvas_item_editor/select_mode`` |
  96. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  97. | Move Mode | :kbd:`W` | :kbd:`W` | ``canvas_item_editor/move_mode`` |
  98. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  99. | Rotate Mode | :kbd:`E` | :kbd:`E` | ``canvas_item_editor/rotate_mode`` |
  100. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  101. | Scale Mode | :kbd:`S` | :kbd:`S` | ``canvas_item_editor/scale_mode`` |
  102. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  103. | Ruler Mode | :kbd:`R` | :kbd:`R` | ``canvas_item_editor/ruler_mode`` |
  104. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  105. | Use Smart Snap | :kbd:`Shift + S` | :kbd:`Shift + S` | ``canvas_item_editor/use_smart_snap`` |
  106. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  107. | Use Grid Snap | :kbd:`Shift + G` | :kbd:`Shift + G` | ``canvas_item_editor/use_grid_snap`` |
  108. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  109. | Multiply grid step by 2 | :kbd:`Num *` | :kbd:`Num *` | ``canvas_item_editor/multiply_grid_step`` |
  110. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  111. | Divide grid step by 2 | :kbd:`Num /` | :kbd:`Num /` | ``canvas_item_editor/divide_grid_step`` |
  112. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  113. | Always Show Grid | :kbd:`G` | :kbd:`G` | ``canvas_item_editor/show_grid`` |
  114. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  115. | Show Helpers | :kbd:`H` | :kbd:`H` | ``canvas_item_editor/show_helpers`` |
  116. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  117. | Show Guides | :kbd:`Y` | :kbd:`Y` | ``canvas_item_editor/show_guides`` |
  118. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  119. | Center Selection | :kbd:`F` | :kbd:`F` | ``canvas_item_editor/center_selection`` |
  120. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  121. | Frame Selection | :kbd:`Shift + F` | :kbd:`Shift + F` | ``canvas_item_editor/frame_selection`` |
  122. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  123. | Preview Canvas Scale | :kbd:`Ctrl + Shift + P` | :kbd:`Cmd + Shift + P` | ``canvas_item_editor/preview_canvas_scale`` |
  124. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  125. | Insert Key | :kbd:`Ins` | :kbd:`Ins` | ``canvas_item_editor/anim_insert_key`` |
  126. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  127. | Insert Key (Existing Tracks) | :kbd:`Ctrl + Ins` | :kbd:`Cmd + Ins` | ``canvas_item_editor/anim_insert_key_existing_tracks`` |
  128. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  129. | Make Custom Bones from Nodes | :kbd:`Ctrl + Shift + B` | :kbd:`Cmd + Shift + B` | ``canvas_item_editor/skeleton_make_bones`` |
  130. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  131. | Clear Pose | :kbd:`Shift + K` | :kbd:`Shift + K` | ``canvas_item_editor/anim_clear_pose`` |
  132. +------------------------------+-------------------------+------------------------+--------------------------------------------------------+
  133. 3D / Spatial Editor
  134. -------------------
  135. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  136. | Action name | Windows, Linux | macOS | Editor setting |
  137. +====================================+=======================+======================+==================================================+
  138. | Toggle Freelook | :kbd:`Shift + F` | :kbd:`Shift + F` | ``spatial_editor/freelook_toggle`` |
  139. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  140. | Freelook Left | :kbd:`A` | :kbd:`A` | ``spatial_editor/freelook_left`` |
  141. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  142. | Freelook Right | :kbd:`D` | :kbd:`D` | ``spatial_editor/freelook_right`` |
  143. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  144. | Freelook Forward | :kbd:`W` | :kbd:`W` | ``spatial_editor/freelook_forward`` |
  145. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  146. | Freelook Backwards | :kbd:`S` | :kbd:`S` | ``spatial_editor/freelook_backwards`` |
  147. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  148. | Freelook Up | :kbd:`E` | :kbd:`E` | ``spatial_editor/freelook_up`` |
  149. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  150. | Freelook Down | :kbd:`Q` | :kbd:`Q` | ``spatial_editor/freelook_down`` |
  151. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  152. | Freelook Speed Modifier | :kbd:`Shift` | :kbd:`Shift` | ``spatial_editor/freelook_speed_modifier`` |
  153. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  154. | Freelook Slow Modifier | :kbd:`Alt` | :kbd:`Alt` | ``spatial_editor/freelook_slow_modifier`` |
  155. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  156. | Select Mode | :kbd:`Q` | :kbd:`Q` | ``spatial_editor/tool_select`` |
  157. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  158. | Move Mode | :kbd:`W` | :kbd:`W` | ``spatial_editor/tool_move`` |
  159. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  160. | Rotate Mode | :kbd:`E` | :kbd:`E` | ``spatial_editor/tool_rotate`` |
  161. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  162. | Scale Mode | :kbd:`R` | :kbd:`R` | ``spatial_editor/tool_scale`` |
  163. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  164. | Use Local Space | :kbd:`T` | :kbd:`T` | ``spatial_editor/local_coords`` |
  165. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  166. | Use Snap | :kbd:`Y` | :kbd:`Y` | ``spatial_editor/snap`` |
  167. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  168. | Snap Object to Floor | :kbd:`PgDown` | :kbd:`PgDown` | ``spatial_editor/snap_to_floor`` |
  169. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  170. | Top View | :kbd:`Num 7` | :kbd:`Num 7` | ``spatial_editor/top_view`` |
  171. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  172. | Bottom View | :kbd:`Alt + Num 7` | :kbd:`Alt + Num 7` | ``spatial_editor/bottom_view`` |
  173. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  174. | Front View | :kbd:`Num 1` | :kbd:`Num 1` | ``spatial_editor/front_view`` |
  175. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  176. | Rear View | :kbd:`Alt + Num 1` | :kbd:`Alt + Num 1` | ``spatial_editor/rear_view`` |
  177. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  178. | Right View | :kbd:`Num 3` | :kbd:`Num 3` | ``spatial_editor/right_view`` |
  179. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  180. | Left View | :kbd:`Alt + Num 3` | :kbd:`Alt + Num 3` | ``spatial_editor/left_view`` |
  181. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  182. | Switch Perspective/Orthogonal View | :kbd:`Num 5` | :kbd:`Num 5` | ``spatial_editor/switch_perspective_orthogonal`` |
  183. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  184. | Insert Animation Key | :kbd:`K` | :kbd:`K` | ``spatial_editor/insert_anim_key`` |
  185. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  186. | Focus Origin | :kbd:`O` | :kbd:`O` | ``spatial_editor/focus_origin`` |
  187. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  188. | Focus Selection | :kbd:`F` | :kbd:`F` | ``spatial_editor/focus_selection`` |
  189. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  190. | Align Transform with View | :kbd:`Ctrl + Alt + M` | :kbd:`Cmd + Alt + M` | ``spatial_editor/align_transform_with_view`` |
  191. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  192. | Align Rotation with View | :kbd:`Ctrl + Alt + F` | :kbd:`Cmd + Alt + F` | ``spatial_editor/align_rotation_with_view`` |
  193. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  194. | 1 Viewport | :kbd:`Ctrl + 1` | :kbd:`Cmd + 1` | ``spatial_editor/1_viewport`` |
  195. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  196. | 2 Viewports | :kbd:`Ctrl + 2` | :kbd:`Cmd + 2` | ``spatial_editor/2_viewports`` |
  197. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  198. | 2 Viewports (Alt) | :kbd:`Ctrl + Alt + 2` | :kbd:`Cmd + Alt + 2` | ``spatial_editor/2_viewports_alt`` |
  199. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  200. | 3 Viewports | :kbd:`Ctrl + 3` | :kbd:`Cmd + 3` | ``spatial_editor/3_viewports`` |
  201. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  202. | 3 Viewports (Alt) | :kbd:`Ctrl + Alt + 3` | :kbd:`Cmd + Alt + 3` | ``spatial_editor/3_viewports_alt`` |
  203. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  204. | 4 Viewports | :kbd:`Ctrl + 4` | :kbd:`Cmd + 4` | ``spatial_editor/4_viewports`` |
  205. +------------------------------------+-----------------------+----------------------+--------------------------------------------------+
  206. Text Editor
  207. -----------
  208. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  209. | Action name | Windows, Linux | macOS | Editor setting |
  210. +===========================+==========================+============================+=================================================+
  211. | Cut | :kbd:`Ctrl + X` | :kbd:`Cmd + X` | ``script_text_editor/cut`` |
  212. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  213. | Copy | :kbd:`Ctrl + C` | :kbd:`Cmd + C` | ``script_text_editor/copy`` |
  214. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  215. | Paste | :kbd:`Ctrl + V` | :kbd:`Cmd + V` | ``script_text_editor/paste`` |
  216. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  217. | Select All | :kbd:`Ctrl + A` | :kbd:`Cmd + A` | ``script_text_editor/select_all`` |
  218. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  219. | Find | :kbd:`Ctrl + F` | :kbd:`Cmd + F` | ``script_text_editor/find`` |
  220. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  221. | Find Next | :kbd:`F3` | :kbd:`Cmd + G` | ``script_text_editor/find_next`` |
  222. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  223. | Find Previous | :kbd:`Shift + F3` | :kbd:`Cmd + Shift + G` | ``script_text_editor/find_previous`` |
  224. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  225. | Find in Files | :kbd:`Ctrl + Shift + F` | :kbd:`Cmd + Shift + F` | ``script_text_editor/find_in_files`` |
  226. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  227. | Replace | :kbd:`Ctrl + R` | :kbd:`Alt + Cmd + F` | ``script_text_editor/replace`` |
  228. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  229. | Replace in Files | :kbd:`Ctrl + Shift + R` | :kbd:`Cmd + Shift + R` | ``script_text_editor/replace_in_files`` |
  230. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  231. | Undo | :kbd:`Ctrl + Z` | :kbd:`Cmd + Z` | ``script_text_editor/undo`` |
  232. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  233. | Redo | :kbd:`Ctrl + Y` | :kbd:`Cmd + Y` | ``script_text_editor/redo`` |
  234. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  235. | Move Up | :kbd:`Alt + Up Arrow` | :kbd:`Alt + Up Arrow` | ``script_text_editor/move_up`` |
  236. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  237. | Move Down | :kbd:`Alt + Down Arrow` | :kbd:`Alt + Down Arrow` | ``script_text_editor/move_down`` |
  238. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  239. | Delete Line | :kbd:`Ctrl + Shift + K` | :kbd:`Cmd + Shift + K` | ``script_text_editor/delete_line`` |
  240. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  241. | Toggle Comment | :kbd:`Ctrl + K` | :kbd:`Cmd + K` | ``script_text_editor/toggle_comment`` |
  242. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  243. | Fold/Unfold Line | :kbd:`Alt + F` | :kbd:`Alt + F` | ``script_text_editor/toggle_fold_line`` |
  244. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  245. | Clone Down | :kbd:`Ctrl + D` | :kbd:`Cmd + Shift + C` | ``script_text_editor/clone_down`` |
  246. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  247. | Complete Symbol | :kbd:`Ctrl + Space` | :kbd:`Ctrl + Space` | ``script_text_editor/complete_symbol`` |
  248. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  249. | Evaluate Selection | :kbd:`Ctrl + Shift + E` | :kbd:`Cmd + Shift + E` | ``script_text_editor/evaluate_selection`` |
  250. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  251. | Trim Trailing Whitespace | :kbd:`Ctrl + Alt + T` | :kbd:`Cmd + Alt + T` | ``script_text_editor/trim_trailing_whitespace`` |
  252. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  253. | Uppercase | :kbd:`Shift + F4` | :kbd:`Shift + F4` | ``script_text_editor/convert_to_uppercase`` |
  254. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  255. | Lowercase | :kbd:`Shift + F5` | :kbd:`Shift + F5` | ``script_text_editor/convert_to_lowercase`` |
  256. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  257. | Capitalize | :kbd:`Shift + F6` | :kbd:`Shift + F6` | ``script_text_editor/capitalize`` |
  258. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  259. | Convert Indent to Spaces | :kbd:`Ctrl + Shift + Y` | :kbd:`Cmd + Shift + Y` | ``script_text_editor/convert_indent_to_spaces`` |
  260. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  261. | Convert Indent to Tabs | :kbd:`Ctrl + Shift + I` | :kbd:`Cmd + Shift + I` | ``script_text_editor/convert_indent_to_tabs`` |
  262. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  263. | Auto Indent | :kbd:`Ctrl + I` | :kbd:`Cmd + I` | ``script_text_editor/auto_indent`` |
  264. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  265. | Toggle Bookmark | :kbd:`Ctrl + Alt + B` | :kbd:`Cmd + Alt + B` | ``script_text_editor/toggle_bookmark`` |
  266. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  267. | Go to Next Bookmark | :kbd:`Ctrl + B` | :kbd:`Cmd + B` | ``script_text_editor/goto_next_bookmark`` |
  268. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  269. | Go to Previous Bookmark | :kbd:`Ctrl + Shift + B` | :kbd:`Cmd + Shift + B` | ``script_text_editor/goto_previous_bookmark`` |
  270. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  271. | Go to Function | :kbd:`Ctrl + Alt + F` | :kbd:`Ctrl + Cmd + J` | ``script_text_editor/goto_function`` |
  272. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  273. | Go to Line | :kbd:`Ctrl + L` | :kbd:`Cmd + L` | ``script_text_editor/goto_line`` |
  274. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  275. | Toggle Breakpoint | :kbd:`F9` | :kbd:`Cmd + Shift + B` | ``script_text_editor/toggle_breakpoint`` |
  276. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  277. | Remove All Breakpoints | :kbd:`Ctrl + Shift + F9` | :kbd:`Cmd + Shift + F9` | ``script_text_editor/remove_all_breakpoints`` |
  278. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  279. | Go to Next Breakpoint | :kbd:`Ctrl + .` | :kbd:`Cmd + .` | ``script_text_editor/goto_next_breakpoint`` |
  280. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  281. | Go to Previous Breakpoint | :kbd:`Ctrl + ,` | :kbd:`Cmd + ,` | ``script_text_editor/goto_previous_breakpoint`` |
  282. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  283. | Contextual Help | :kbd:`Alt + F1` | :kbd:`Alt + Shift + Space` | ``script_text_editor/contextual_help`` |
  284. +---------------------------+--------------------------+----------------------------+-------------------------------------------------+
  285. Script Editor
  286. -------------
  287. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  288. | Action name | Windows, Linux | macOS | Editor setting |
  289. +======================+=================================+=================================+========================================+
  290. | Find | :kbd:`Ctrl + F` | :kbd:`Cmd + F` | ``script_editor/find`` |
  291. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  292. | Find Next | :kbd:`F3` | :kbd:`F3` | ``script_editor/find_next`` |
  293. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  294. | Find Previous | :kbd:`Shift + F3` | :kbd:`Shift + F3` | ``script_editor/find_previous`` |
  295. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  296. | Find in Files | :kbd:`Ctrl + Shift + F` | :kbd:`Cmd + Shift + F` | ``script_editor/find_in_files`` |
  297. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  298. | Move Up | :kbd:`Shift + Alt + Up Arrow` | :kbd:`Shift + Alt + Up Arrow` | ``script_editor/window_move_up`` |
  299. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  300. | Move Down | :kbd:`Shift + Alt + Down Arrow` | :kbd:`Shift + Alt + Down Arrow` | ``script_editor/window_move_down`` |
  301. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  302. | Next Script | :kbd:`Ctrl + Shift + .` | :kbd:`Cmd + Shift + .` | ``script_editor/next_script`` |
  303. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  304. | Previous Script | :kbd:`Ctrl + Shift + ,` | :kbd:`Cmd + Shift + ,` | ``script_editor/prev_script`` |
  305. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  306. | Reopen Closed Script | :kbd:`Ctrl + Shift + T` | :kbd:`Cmd + Shift + T` | ``script_editor/reopen_closed_script`` |
  307. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  308. | Save | :kbd:`Ctrl + Alt + S` | :kbd:`Cmd + Alt + S` | ``script_editor/save`` |
  309. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  310. | Save All | :kbd:`Ctrl + Shift + Alt + S` | :kbd:`Cmd + Shift + Alt + S` | ``script_editor/save_all`` |
  311. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  312. | Soft Reload Script | :kbd:`Ctrl + Shift + R` | :kbd:`Cmd + Shift + R` | ``script_editor/reload_script_soft`` |
  313. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  314. | History Previous | :kbd:`Alt + Left Arrow` | :kbd:`Alt + Left Arrow` | ``script_editor/history_previous`` |
  315. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  316. | History Next | :kbd:`Alt + Right Arrow` | :kbd:`Alt + Right Arrow` | ``script_editor/history_next`` |
  317. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  318. | Close | :kbd:`Ctrl + W` | :kbd:`Cmd + W` | ``script_editor/close_file`` |
  319. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  320. | Run | :kbd:`Ctrl + Shift + X` | :kbd:`Cmd + Shift + X` | ``script_editor/run_file`` |
  321. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  322. | Toggle Scripts Panel | :kbd:`Ctrl + \\` | :kbd:`Cmd + \\` | ``script_editor/toggle_scripts_panel`` |
  323. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  324. | Zoom In | :kbd:`Ctrl + =` | :kbd:`Cmd + =` | ``script_editor/zoom_in`` |
  325. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  326. | Zoom Out | :kbd:`Ctrl + -` | :kbd:`Cmd + -` | ``script_editor/zoom_out`` |
  327. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  328. | Reset Zoom | :kbd:`Ctrl + 0` | :kbd:`Cmd + 0` | ``script_editor/reset_zoom`` |
  329. +----------------------+---------------------------------+---------------------------------+----------------------------------------+
  330. Editor Output
  331. -------------
  332. +----------------+-------------------------+------------------------+-------------------------+
  333. | Action name | Windows, Linux | macOS | Editor setting |
  334. +================+=========================+========================+=========================+
  335. | Copy Selection | :kbd:`Ctrl + C` | :kbd:`Cmd + C` | ``editor/copy_output`` |
  336. +----------------+-------------------------+------------------------+-------------------------+
  337. | Clear Output | :kbd:`Ctrl + Shift + K` | :kbd:`Cmd + Shift + K` | ``editor/clear_output`` |
  338. +----------------+-------------------------+------------------------+-------------------------+
  339. Debugger
  340. --------
  341. +-------------+----------------+------------+------------------------+
  342. | Action name | Windows, Linux | macOS | Editor setting |
  343. +=============+================+============+========================+
  344. | Step Into | :kbd:`F11` | :kbd:`F11` | ``debugger/step_into`` |
  345. +-------------+----------------+------------+------------------------+
  346. | Step Over | :kbd:`F10` | :kbd:`F10` | ``debugger/step_over`` |
  347. +-------------+----------------+------------+------------------------+
  348. | Continue | :kbd:`F12` | :kbd:`F12` | ``debugger/continue`` |
  349. +-------------+----------------+------------+------------------------+
  350. File Dialog
  351. -----------
  352. +---------------------+--------------------------+--------------------------+-------------------------------------+
  353. | Action name | Windows, Linux | macOS | Editor setting |
  354. +=====================+==========================+==========================+=====================================+
  355. | Go Back | :kbd:`Alt + Left Arrow` | :kbd:`Alt + Left Arrow` | ``file_dialog/go_back`` |
  356. +---------------------+--------------------------+--------------------------+-------------------------------------+
  357. | Go Forward | :kbd:`Alt + Right Arrow` | :kbd:`Alt + Right Arrow` | ``file_dialog/go_forward`` |
  358. +---------------------+--------------------------+--------------------------+-------------------------------------+
  359. | Go Up | :kbd:`Alt + Up Arrow` | :kbd:`Alt + Up Arrow` | ``file_dialog/go_up`` |
  360. +---------------------+--------------------------+--------------------------+-------------------------------------+
  361. | Refresh | :kbd:`F5` | :kbd:`F5` | ``file_dialog/refresh`` |
  362. +---------------------+--------------------------+--------------------------+-------------------------------------+
  363. | Toggle Hidden Files | :kbd:`Ctrl + H` | :kbd:`Cmd + H` | ``file_dialog/toggle_hidden_files`` |
  364. +---------------------+--------------------------+--------------------------+-------------------------------------+
  365. | Toggle Favorite | :kbd:`Alt + F` | :kbd:`Alt + F` | ``file_dialog/toggle_favorite`` |
  366. +---------------------+--------------------------+--------------------------+-------------------------------------+
  367. | Toggle Mode | :kbd:`Alt + V` | :kbd:`Alt + V` | ``file_dialog/toggle_mode`` |
  368. +---------------------+--------------------------+--------------------------+-------------------------------------+
  369. | Create Folder | :kbd:`Ctrl + N` | :kbd:`Cmd + N` | ``file_dialog/create_folder`` |
  370. +---------------------+--------------------------+--------------------------+-------------------------------------+
  371. | Delete | :kbd:`Del` | :kbd:`Cmd + BkSp` | ``file_dialog/delete`` |
  372. +---------------------+--------------------------+--------------------------+-------------------------------------+
  373. | Focus Path | :kbd:`Ctrl + D` | :kbd:`Cmd + D` | ``file_dialog/focus_path`` |
  374. +---------------------+--------------------------+--------------------------+-------------------------------------+
  375. | Move Favorite Up | :kbd:`Ctrl + Up Arrow` | :kbd:`Cmd + Up Arrow` | ``file_dialog/move_favorite_up`` |
  376. +---------------------+--------------------------+--------------------------+-------------------------------------+
  377. | Move Favorite Down | :kbd:`Ctrl + Down Arrow` | :kbd:`Cmd + Down Arrow` | ``file_dialog/move_favorite_down`` |
  378. +---------------------+--------------------------+--------------------------+-------------------------------------+
  379. FileSystem Dock
  380. ---------------
  381. +-------------+-----------------+-------------------+-------------------------------+
  382. | Action name | Windows, Linux | macOS | Editor setting |
  383. +=============+=================+===================+===============================+
  384. | Copy Path | :kbd:`Ctrl + C` | :kbd:`Cmd + C` | ``filesystem_dock/copy_path`` |
  385. +-------------+-----------------+-------------------+-------------------------------+
  386. | Duplicate | :kbd:`Ctrl + D` | :kbd:`Cmd + D` | ``filesystem_dock/duplicate`` |
  387. +-------------+-----------------+-------------------+-------------------------------+
  388. | Delete | :kbd:`Del` | :kbd:`Cmd + BkSp` | ``filesystem_dock/delete`` |
  389. +-------------+-----------------+-------------------+-------------------------------+
  390. Scene Tree Dock
  391. ---------------
  392. +----------------+--------------------------+-------------------------+----------------------------------+
  393. | Action name | Windows, Linux | macOS | Editor setting |
  394. +================+==========================+=========================+==================================+
  395. | Add Child Node | :kbd:`Ctrl + A` | :kbd:`Cmd + A` | ``scene_tree/add_child_node`` |
  396. +----------------+--------------------------+-------------------------+----------------------------------+
  397. | Batch Rename | :kbd:`Ctrl + F2` | :kbd:`Cmd + F2` | ``scene_tree/batch_rename`` |
  398. +----------------+--------------------------+-------------------------+----------------------------------+
  399. | Copy Node Path | :kbd:`Ctrl + C` | :kbd:`Cmd + C` | ``scene_tree/copy_node_path`` |
  400. +----------------+--------------------------+-------------------------+----------------------------------+
  401. | Delete | :kbd:`Del` | :kbd:`Cmd + BkSp` | ``scene_tree/delete`` |
  402. +----------------+--------------------------+-------------------------+----------------------------------+
  403. | Force Delete | :kbd:`Shift + Del` | :kbd:`Shift + Del` | ``scene_tree/delete_no_confirm`` |
  404. +----------------+--------------------------+-------------------------+----------------------------------+
  405. | Duplicate | :kbd:`Ctrl + D` | :kbd:`Cmd + D` | ``scene_tree/duplicate`` |
  406. +----------------+--------------------------+-------------------------+----------------------------------+
  407. | Move Up | :kbd:`Ctrl + Up Arrow` | :kbd:`Cmd + Up Arrow` | ``scene_tree/move_up`` |
  408. +----------------+--------------------------+-------------------------+----------------------------------+
  409. | Move Down | :kbd:`Ctrl + Down Arrow` | :kbd:`Cmd + Down Arrow` | ``scene_tree/move_down`` |
  410. +----------------+--------------------------+-------------------------+----------------------------------+
  411. Animation Track Editor
  412. ----------------------
  413. +----------------------+---------------------------+--------------------------+-----------------------------------------------------+
  414. | Action name | Windows, Linux | macOS | Editor setting |
  415. +======================+===========================+==========================+=====================================================+
  416. | Duplicate Selection | :kbd:`Ctrl + D` | :kbd:`Cmd + D` | ``animation_editor/duplicate_selection`` |
  417. +----------------------+---------------------------+--------------------------+-----------------------------------------------------+
  418. | Duplicate Transposed | :kbd:`Ctrl + Shift + D` | :kbd:`Cmd + Shift + D` | ``animation_editor/duplicate_selection_transposed`` |
  419. +----------------------+---------------------------+--------------------------+-----------------------------------------------------+
  420. | Delete Selection | :kbd:`Del` | :kbd:`Cmd + BkSp` | ``animation_editor/delete_selection`` |
  421. +----------------------+---------------------------+--------------------------+-----------------------------------------------------+
  422. | Go to Next Step | :kbd:`Ctrl + Right Arrow` | :kbd:`Cmd + Right Arrow` | ``animation_editor/goto_next_step`` |
  423. +----------------------+---------------------------+--------------------------+-----------------------------------------------------+
  424. | Go to Previous Step | :kbd:`Ctrl + Left Arrow` | :kbd:`Cmd + Left Arrow` | ``animation_editor/goto_prev_step`` |
  425. +----------------------+---------------------------+--------------------------+-----------------------------------------------------+
  426. Tile Map Editor
  427. ---------------
  428. +-------------------+-----------------+-------------------+-------------------------------------+
  429. | Action name | Windows, Linux | macOS | Editor setting |
  430. +===================+=================+===================+=====================================+
  431. | Find Tile | :kbd:`Ctrl + F` | :kbd:`Cmd + F` | ``tile_map_editor/find_tile`` |
  432. +-------------------+-----------------+-------------------+-------------------------------------+
  433. | Pick Tile | :kbd:`I` | :kbd:`I` | ``tile_map_editor/pick_tile`` |
  434. +-------------------+-----------------+-------------------+-------------------------------------+
  435. | Paint Tile | :kbd:`P` | :kbd:`P` | ``tile_map_editor/paint_tile`` |
  436. +-------------------+-----------------+-------------------+-------------------------------------+
  437. | Bucket Fill | :kbd:`G` | :kbd:`G` | ``tile_map_editor/bucket_fill`` |
  438. +-------------------+-----------------+-------------------+-------------------------------------+
  439. | Transpose | :kbd:`T` | :kbd:`T` | ``tile_map_editor/transpose`` |
  440. +-------------------+-----------------+-------------------+-------------------------------------+
  441. | Flip Horizontally | :kbd:`X` | :kbd:`X` | ``tile_map_editor/flip_horizontal`` |
  442. +-------------------+-----------------+-------------------+-------------------------------------+
  443. | Flip Vertically | :kbd:`Z` | :kbd:`Z` | ``tile_map_editor/flip_vertical`` |
  444. +-------------------+-----------------+-------------------+-------------------------------------+
  445. | Rotate Left | :kbd:`A` | :kbd:`A` | ``tile_map_editor/rotate_left`` |
  446. +-------------------+-----------------+-------------------+-------------------------------------+
  447. | Rotate Right | :kbd:`S` | :kbd:`S` | ``tile_map_editor/rotate_right`` |
  448. +-------------------+-----------------+-------------------+-------------------------------------+
  449. | Clear Transform | :kbd:`W` | :kbd:`W` | ``tile_map_editor/clear_transform`` |
  450. +-------------------+-----------------+-------------------+-------------------------------------+
  451. | Select | :kbd:`M` | :kbd:`M` | ``tile_map_editor/select`` |
  452. +-------------------+-----------------+-------------------+-------------------------------------+
  453. | Cut Selection | :kbd:`Ctrl + X` | :kbd:`Cmd + X` | ``tile_map_editor/cut_selection`` |
  454. +-------------------+-----------------+-------------------+-------------------------------------+
  455. | Copy Selection | :kbd:`Ctrl + C` | :kbd:`Cmd + C` | ``tile_map_editor/copy_selection`` |
  456. +-------------------+-----------------+-------------------+-------------------------------------+
  457. | Erase Selection | :kbd:`Del` | :kbd:`Cmd + BkSp` | ``tile_map_editor/erase_selection`` |
  458. +-------------------+-----------------+-------------------+-------------------------------------+
  459. Tileset Editor
  460. --------------
  461. +---------------------+----------------+---------------+----------------------------------------+
  462. | Action name | Windows, Linux | macOS | Editor setting |
  463. +=====================+================+===============+========================================+
  464. | Next Coordinate | :kbd:`PgDown` | :kbd:`PgDown` | ``tileset_editor/next_shape`` |
  465. +---------------------+----------------+---------------+----------------------------------------+
  466. | Previous Coordinate | :kbd:`PgUp` | :kbd:`PgUp` | ``tileset_editor/previous_shape`` |
  467. +---------------------+----------------+---------------+----------------------------------------+
  468. | Region Mode | :kbd:`1` | :kbd:`1` | ``tileset_editor/editmode_region`` |
  469. +---------------------+----------------+---------------+----------------------------------------+
  470. | Collision Mode | :kbd:`2` | :kbd:`2` | ``tileset_editor/editmode_collision`` |
  471. +---------------------+----------------+---------------+----------------------------------------+
  472. | Occlusion Mode | :kbd:`3` | :kbd:`3` | ``tileset_editor/editmode_occlusion`` |
  473. +---------------------+----------------+---------------+----------------------------------------+
  474. | Navigation Mode | :kbd:`4` | :kbd:`4` | ``tileset_editor/editmode_navigation`` |
  475. +---------------------+----------------+---------------+----------------------------------------+
  476. | Bitmask Mode | :kbd:`5` | :kbd:`5` | ``tileset_editor/editmode_bitmask`` |
  477. +---------------------+----------------+---------------+----------------------------------------+
  478. | Priority Mode | :kbd:`6` | :kbd:`6` | ``tileset_editor/editmode_priority`` |
  479. +---------------------+----------------+---------------+----------------------------------------+
  480. | Icon Mode | :kbd:`7` | :kbd:`7` | ``tileset_editor/editmode_icon`` |
  481. +---------------------+----------------+---------------+----------------------------------------+
  482. | Z Index Mode | :kbd:`8` | :kbd:`8` | ``tileset_editor/editmode_z_index`` |
  483. +---------------------+----------------+---------------+----------------------------------------+