Skip to content

Commit

Permalink
Revert "• require command (⌘) modifier key for the key equivalents (t…
Browse files Browse the repository at this point in the history
…o be consistent with native menus starting with next build)"

This reverts commit 5af9cdd.
  • Loading branch information
sorbits committed Dec 13, 2009
1 parent 268c399 commit 0110536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/menu.mm
Expand Up @@ -66,7 +66,7 @@ - (void)handleCommand:(CLIProxy*)proxy
if(++item_id <= 10)
{
SetMenuItemCommandKey(menu_ref, index, NO, item_id == 10 ? '0' : '1' + (item_id-1));
// SetMenuItemModifiers(menu_ref, index, kMenuNoCommandModifier);
SetMenuItemModifiers(menu_ref, index, kMenuNoCommandModifier);
}
if (in_section)
SetMenuItemIndent(menu_ref, index, 1);
Expand Down

0 comments on commit 0110536

Please sign in to comment.