X Tutup
Skip to content

Ampersand not correctly escaped in right-click menu #2890

@TempoLabGames

Description

@TempoLabGames

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup