From e7468b280fc7b84f0471abb73e5b896269db96e1 Mon Sep 17 00:00:00 2001 From: Gustavo Jaruga Cruz Date: Tue, 4 Feb 2025 21:48:08 -0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 26a3002..0223490 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,18 @@ # Gdscript func finder shortcuts Very simple plugin that adds shortcuts to scroll to the previous and next func definitions. + Inspired by PICO-8 script editor where you use the 'page up/down' keys to move acress functions. Shortcuts: - Page Up : Go to previous 'func' - Page Down : Go to next 'func' -## TODO maybes -Right now, it replaces the behavior of the 'page up' and 'page down' keys inside the script editor. -I could add a proper shortcut configuration in the future instead. +# Configuration + +You can set the `Use Shift` configuration in the ProjectSettings/Plugins/Gdscript Func Finder. + +If you enable this, the scroll shortcut will only work if you are holding shift. + +And you can use the page up/down keys with their normal scroll behavior.