Skip to content

Commit 47847ce

Browse files
authored
add more information to keybind settings
1 parent 49de8e4 commit 47847ce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

mods/settings.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,15 @@ protected:
408408
};
409409
```
410410

411+
A list of keybind names can be found [in the Geode repository](https://github.com/geode-sdk/geode/blob/main/loader/src/utils/Keyboard.cpp#L6). The supported modifier keys are:
412+
413+
- "Control" or "Ctrl" for the Control key
414+
- "Shift" for the Shift key
415+
- "Alt", "Opt", or "Option" for the Alt key (Option on macOS/iOS)
416+
- "Super", "Cmd", "Command", "Win", or "Windows" for the Super/Windows key (Command on macOS/iOS)
417+
418+
Traditionally, due to conflicts with system keybinds, Geometry Dash on macOS assigns the same actions to Control and Command modifiers. This can be accomplished for any mod through per-platform default values.
419+
411420
---
412421

413422
## Custom Settings
@@ -900,3 +909,4 @@ It is heavily recommended to follow the practices laid out in the [Custom Settin
900909

901910

902911

912+

0 commit comments

Comments
 (0)