Commit d304fd2e authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: updated VLCMain to the new hotkeys API

there may be to be investigated problems with non-ASCII keys
parent b425d552
......@@ -366,6 +366,8 @@ struct intf_sys_t
- (char *)delocalizeString:(NSString *)psz;
- (NSString *)wrapString: (NSString *)o_in_string toWidth: (int)i_width;
- (BOOL)hasDefinedShortcutKey:(NSEvent *)o_event;
- (NSString *)VLCKeyToString:(NSString *)theString;
- (unsigned int)VLCModifiersToCocoa:(NSString *)theString;
- (void)initStrings;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment