From: Samuel L. <sam...@wa...> - 2005-04-30 12:57:48
|
Hello, Since I was tired of googling every time I needed the subtitles syncro keys (FYI it's z and x - not easy to remember because they are note side by side on my French keyboard!) I created a small HTML help file describing all keyboard shortcuts I could find. It's in French, but I don't think translating it would be a problem. This file can integrate in Apple Help system and open when you pick the Help menu item of the GUI. For this, I did the following: - added this in the Info.plist <key>CFBundleHelpBookFolder</key> <string>MPlayer Help</string> - added this in Resources/French.lproj/InfoPlist.strings CFBundleHelpBookName = "Aide de MPlayer OS X"; - created a folder named MPlayer Help in Resources/French.lproj and put the HTML file in it. I never developed anything on Mac, so I don't know if this is exactly right, but at least it works :-) Same thing with the HTML file: it probably deserves some improvement. I just found it helpful, so I thought it might help other people. And if you can integrate this in the next release, it would prevent me from doing this again next time :-) Thanks, and keep up the good work! Samuel |