feat: add Substitutions menu roles on macOS (#32024)
This commit is contained in:
parent
d44a187d0b
commit
5af6b898d9
4 changed files with 42 additions and 5 deletions
|
@ -50,6 +50,10 @@ Role kRolesMap[] = {
|
|||
{@selector(delete:), "delete"},
|
||||
{@selector(pasteAndMatchStyle:), "pasteandmatchstyle"},
|
||||
{@selector(selectAll:), "selectall"},
|
||||
{@selector(orderFrontSubstitutionsPanel:), "showsubstitutions"},
|
||||
{@selector(toggleAutomaticQuoteSubstitution:), "togglesmartquotes"},
|
||||
{@selector(toggleAutomaticDashSubstitution:), "togglesmartdashes"},
|
||||
{@selector(toggleAutomaticTextReplacement:), "toggletextreplacement"},
|
||||
{@selector(startSpeaking:), "startspeaking"},
|
||||
{@selector(stopSpeaking:), "stopspeaking"},
|
||||
{@selector(performMiniaturize:), "minimize"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue