Bug 219203 Add pref for backspace behavior (go back, page up)

r=timeless sr=neil


git-svn-id: svn://10.0.0.236/trunk@205997 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cst%andrew.cmu.edu
2006-07-29 08:48:15 +00:00
parent ef29de40b1
commit c88b793118

View File

@@ -128,6 +128,11 @@ pref("browser.bookmarks.confirm_sorting", true);
//Internet Search
pref("browser.search.defaultenginename", "chrome://communicator-region/locale/region.properties");
// 0 goes back
// 1 act like pgup
// 2 and other values, nothing
pref("browser.backspace_action", 0);
pref("javascript.options.showInConsole", true);
pref("offline.startup_state", 0);