in src/dotnet/JetBrains.PresentationAssistant/ReSharperActionShortcutProvider.cs [199:204]
private string GetPath(IActionDefWithId def)
{
var path = actionPresentableTexts.GetPathToMenuRoot(def);
return !string.IsNullOrEmpty(path) ? MnemonicStore.RemoveMnemonicMark(path) + " \u2192 " : string.Empty;
}