Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ampersand not correctly escaped in right-click menu #2890

Closed
TempoLabGames opened this issue Dec 10, 2022 · 0 comments
Closed

Ampersand not correctly escaped in right-click menu #2890

TempoLabGames opened this issue Dec 10, 2022 · 0 comments

Comments

@TempoLabGames
Copy link

Our game title includes an ampersand. When I right click the game, the menu item that should read Launch Bits & Bops instead reads Launch Bits Bops (there are two spaces between "Bits" and "Bops", but GitHub appears to collapse them).

The ampersand is used to define the shortcut key. Pressing space when this menu is open launches the game, since it's being parsed as Bits (& )Bops).

I believe the fix is to double the ampersand to get a literal ampersand, i.e. Bits && Bops.

image

Versions:

  • itch @ 25.5.1
  • Windows 11

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant