diff --git a/README.md b/README.md index 94b6b10..06516b0 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,27 @@ With the point on a built-in class you can press `C-c C-r C-o` to open the code To open the main API reference page and browse it, press `C-c C-r C-a`. +## Keyboard shortcuts + +The following shortcuts are available by default: + +- Inserting: + - C-c i `gdscript-completion-insert-file-path-at-point` +- Formatting: + - C-c C-f r `gdscript-format-region` + - C-c C-f b `gdscript-format-buffer` +- Running the project and scenes in Godot: + - C-c C-r p `gdscript-godot-open-project-in-editor` + - C-c C-r r `gdscript-godot-run-project` + - C-c C-r d `gdscript-godot-run-project-debug` + - C-c C-r s `gdscript-godot-run-current-scene` + - C-c C-r q `gdscript-godot-run-current-scene-debug` + - C-c C-r e `gdscript-godot-edit-current-scene` + - C-c C-r x `gdscript-godot-run-current-script` +- Browsing the code reference: + - C-c C-b a `gdscript-docs-browse-api` + - C-c C-b o `gdscript-docs-browse-symbol-at-point` + ## Customization To find all GDScript-mode settings, press `M-x customize` and search for "gdscript".