Loading xpfe/browser/resources/content/navigator.js +12 −0 Original line number Diff line number Diff line Loading @@ -913,6 +913,18 @@ function BrowserForward() } } function BrowserHandleShiftBackspace() { switch (pref.getIntPref("browser.backspace_action")) { case 0: BrowserForward(); break; case 1: goDoCommand("cmd_scrollPageDown"); break; } } function SetGroupHistory(popupMenu, direction) { while (popupMenu.firstChild) Loading xpfe/browser/resources/content/navigatorOverlay.xul +4 −1 Original line number Diff line number Diff line Loading @@ -106,6 +106,8 @@ <key id="key_findTypeLinks"/> <!-- Go Menu --> <key keycode="VK_BACK" command="cmd_handleBackspace"/> <key keycode="VK_BACK" command="cmd_handleShiftBackspace" modifiers="shift"/> <!-- Bookmarks Menu --> <key id="addBookmarkAsKb" key="&addCurPageAsCmd.commandkey;" command="Browser:AddBookmarkAs" modifiers="accel"/> Loading @@ -128,6 +130,7 @@ <command id="cmd_newNavigatorTab" oncommand="BrowserOpenTab();"/> <command id="cmd_newTabWithTarget" oncommand="contentAreaClick(event);"/> <command id="cmd_handleBackspace" oncommand="BrowserHandleBackspace();" /> <command id="cmd_handleShiftBackspace" oncommand="BrowserHandleShiftBackspace();" /> <command id="cmd_newEditor"/> <!-- NOT IMPLEMENTED Loading xpfe/browser/resources/content/win/platformNavigationBindings.xul +0 −6 Original line number Diff line number Diff line Loading @@ -12,12 +12,6 @@ <key id="goForwardKb" keycode="&goForwardCmd.keyCode;" command="Browser:Forward" modifiers="alt"/> <key id="key_stop" keycode="VK_ESCAPE" oncommand="BrowserStop();"/> <!-- Supporting IE forward and back accelerators out of courtesy to transitioning IE users --> <!-- Backspace is also used by type ahead find --> <key keycode="VK_BACK" command="cmd_handleBackspace"/> <key keycode="VK_BACK" command="Browser:Forward" modifiers="shift"/> <!-- Supporting IE 'refresh' shortcut key --> <key keycode="VK_F5" oncommand="BrowserReload();"/> <key keycode="VK_F5" modifiers="control" oncommand="BrowserReloadSkipCache();"/> Loading Loading
xpfe/browser/resources/content/navigator.js +12 −0 Original line number Diff line number Diff line Loading @@ -913,6 +913,18 @@ function BrowserForward() } } function BrowserHandleShiftBackspace() { switch (pref.getIntPref("browser.backspace_action")) { case 0: BrowserForward(); break; case 1: goDoCommand("cmd_scrollPageDown"); break; } } function SetGroupHistory(popupMenu, direction) { while (popupMenu.firstChild) Loading
xpfe/browser/resources/content/navigatorOverlay.xul +4 −1 Original line number Diff line number Diff line Loading @@ -106,6 +106,8 @@ <key id="key_findTypeLinks"/> <!-- Go Menu --> <key keycode="VK_BACK" command="cmd_handleBackspace"/> <key keycode="VK_BACK" command="cmd_handleShiftBackspace" modifiers="shift"/> <!-- Bookmarks Menu --> <key id="addBookmarkAsKb" key="&addCurPageAsCmd.commandkey;" command="Browser:AddBookmarkAs" modifiers="accel"/> Loading @@ -128,6 +130,7 @@ <command id="cmd_newNavigatorTab" oncommand="BrowserOpenTab();"/> <command id="cmd_newTabWithTarget" oncommand="contentAreaClick(event);"/> <command id="cmd_handleBackspace" oncommand="BrowserHandleBackspace();" /> <command id="cmd_handleShiftBackspace" oncommand="BrowserHandleShiftBackspace();" /> <command id="cmd_newEditor"/> <!-- NOT IMPLEMENTED Loading
xpfe/browser/resources/content/win/platformNavigationBindings.xul +0 −6 Original line number Diff line number Diff line Loading @@ -12,12 +12,6 @@ <key id="goForwardKb" keycode="&goForwardCmd.keyCode;" command="Browser:Forward" modifiers="alt"/> <key id="key_stop" keycode="VK_ESCAPE" oncommand="BrowserStop();"/> <!-- Supporting IE forward and back accelerators out of courtesy to transitioning IE users --> <!-- Backspace is also used by type ahead find --> <key keycode="VK_BACK" command="cmd_handleBackspace"/> <key keycode="VK_BACK" command="Browser:Forward" modifiers="shift"/> <!-- Supporting IE 'refresh' shortcut key --> <key keycode="VK_F5" oncommand="BrowserReload();"/> <key keycode="VK_F5" modifiers="control" oncommand="BrowserReloadSkipCache();"/> Loading