Skip to content

Replace MacOS hitsound composer "Alt" text tooltip with "Opt".#37156

Merged
peppy merged 5 commits intoppy:masterfrom
austin19moore:37055
Mar 31, 2026
Merged

Replace MacOS hitsound composer "Alt" text tooltip with "Opt".#37156
peppy merged 5 commits intoppy:masterfrom
austin19moore:37055

Conversation

@austin19moore
Copy link
Copy Markdown
Contributor

@austin19moore austin19moore commented Mar 30, 2026

In the editor, keybinds and the tooltip for the hitsounding section are hardcoded. Since the keybind contains "Alt", this is inconsistent on MacOS where "Opt" is used instead.

Before:
image

After (MacOS only):
image

@austin19moore austin19moore changed the title 37055: Replace MacOS hitsound composer "Alt" text tooltip with "Opt". Replace MacOS hitsound composer "Alt" text tooltip with "Opt". Mar 30, 2026
},
},
new EditorToolboxGroup("bank (Shift/Alt-Q~R)")
new EditorToolboxGroup($"bank (Shift/{AltKeyName}-Q~R)")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peppy peppy self-requested a review March 31, 2026 06:23
@peppy peppy merged commit 9f665cb into ppy:master Mar 31, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Keybinds shown for editor hitsounds are incorrect for mac

2 participants