in src/dotnet/JetBrains.PresentationAssistant/ReSharperActionShortcutProvider.cs [206:213]
private void SetShortcuts(Shortcut shortcut, IActionDefWithId def)
{
const bool showSecondarySchemeIfSame = false;
SetGivenShortcuts(shortcut, def, showSecondarySchemeIfSame);
SetVsOverriddenShortcuts(shortcut, def, showSecondarySchemeIfSame);
SetWellKnownShortcuts(shortcut, def, showSecondarySchemeIfSame);
}