The perfect answer would be first to read the documentation on the wiki that Josh stated and then start looking at the source code to see where everything is. Either way, you can remove the item from the menu for Saving the Page from src/chrome/browser/views/toolbar_view.h at RunPageMenu
You can remove the accelerator for CTRL + S by removing it from the resources script under IDC_SAVE_PAGE. Good Luck On Tue, Jan 6, 2009 at 6:52 AM, vinay812 <[email protected]> wrote: > > still waiting for perfect answer. > > On Jan 1, 1:13 am, Brendan McNiff <[email protected]> wrote: > > When you get the code, if you do not have or do not want to install a > > SVN client you can download a tarball of the source before hacking it. > > > > Further, hacking is a term that was made derogotory, but infact can be > > both good and bad. In the sense of coding though, hacking usually > > refers to modifying the source of a program to meet a specific need > > that you have. > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
