Skip to content

Commit e7468b2

Browse files
authored
Update README.md
1 parent ae294d9 commit e7468b2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Gdscript func finder shortcuts
22

33
Very simple plugin that adds shortcuts to scroll to the previous and next func definitions.
4+
45
Inspired by PICO-8 script editor where you use the 'page up/down' keys to move acress functions.
56

67
Shortcuts:
78
- Page Up : Go to previous 'func'
89
- Page Down : Go to next 'func'
910

10-
## TODO maybes
1111

12-
Right now, it replaces the behavior of the 'page up' and 'page down' keys inside the script editor.
13-
I could add a proper shortcut configuration in the future instead.
12+
# Configuration
13+
14+
You can set the `Use Shift` configuration in the ProjectSettings/Plugins/Gdscript Func Finder.
15+
16+
If you enable this, the scroll shortcut will only work if you are holding shift.
17+
18+
And you can use the page up/down keys with their normal scroll behavior.

0 commit comments

Comments
 (0)