I may have stumbled on a way to solve this issue. It’s not really pretty, but it seems to work. Since the hotkeys are picked up after a whitespace character, you need to place a character before the “&” that won’t/can’t be displayed by Unity. I did this by escaping an undefined ASCII symbol(in hex) right before the “&”. (Any in the range of 7F to 9F)