-
- Downloads
There was an error fetching the commit references. Please try again later.
For key actions that open a menu item, modify the parameter value to include a...
For key actions that open a menu item, modify the parameter value to include a unique identifier for the menu item. Previously the parameter value was the title. That was bad because renaming a title would break an existing action. Titles are also ambiguous because they're duplicated between Restore Arrangement and Restore Arrangement as Tabs. Parameter values now may take one of two forms: Title or Title + newline + identifier If an identifier is present and the OS is 10.12+ (which has proper identifier on menu item support) then the title will be ignored when searching for a match. Issue 5914.
Showing
- Interfaces/MainMenu.xib 144 additions, 144 deletionsInterfaces/MainMenu.xib
- sources/PTYSession.m 18 additions, 6 deletionssources/PTYSession.m
- sources/WindowArrangements.h 2 additions, 1 deletionsources/WindowArrangements.h
- sources/WindowArrangements.m 6 additions, 4 deletionssources/WindowArrangements.m
- sources/iTermApplicationDelegate.m 2 additions, 1 deletionsources/iTermApplicationDelegate.m
- sources/iTermEditKeyActionWindowController.m 25 additions, 5 deletionssources/iTermEditKeyActionWindowController.m
Please register or sign in to comment