|
diff -dupbr firefox-64.0/browser/base/content/browser-sets.inc firefox-64.0-edit/browser/base/content/browser-sets.inc |
|
--- firefox-64.0/browser/base/content/browser-sets.inc 2018-12-06 21:56:20.000000000 -0500 |
|
+++ firefox-64.0-edit/browser/base/content/browser-sets.inc 2018-12-26 10:41:18.293000000 -0500 |
|
@@ -116,7 +116,7 @@ |
|
<key id="key_newNavigator" |
|
key="&newNavigatorCmd.key;" |
|
command="cmd_newNavigator" |
|
- modifiers="accel" reserved="true"/> |
|
+ modifiers="accel,shift" reserved="true"/> |
|
<key id="key_newNavigatorTab" key="&tabCmd.commandkey;" modifiers="accel" |
|
command="cmd_newNavigatorTabNoEvent" reserved="true"/> |
|
<key id="focusURLBar" key="&openCmd.commandkey;" command="Browser:OpenLocation" |
|
@@ -293,7 +293,7 @@ |
|
reserved="true"/> |
|
|
|
<key id="key_undoCloseTab" command="History:UndoCloseTab" key="&tabCmd.commandkey;" modifiers="accel,shift"/> |
|
- <key id="key_undoCloseWindow" command="History:UndoCloseWindow" key="&newNavigatorCmd.key;" modifiers="accel,shift"/> |
|
+ <!-- <key id="key_undoCloseWindow" command="History:UndoCloseWindow" key="&newNavigatorCmd.key;" modifiers="accel,shift"/> --> |
|
|
|
#ifdef XP_GNOME |
|
#define NUM_SELECT_TAB_MODIFIER alt |
|
diff -dupbr firefox-64.0/browser/locales/en-US/chrome/browser/browser.dtd firefox-64.0-edit/browser/locales/en-US/chrome/browser/browser.dtd |
|
--- firefox-64.0/browser/locales/en-US/chrome/browser/browser.dtd 2018-12-06 21:56:20.000000000 -0500 |
|
+++ firefox-64.0-edit/browser/locales/en-US/chrome/browser/browser.dtd 2018-12-26 10:38:05.298000000 -0500 |
|
@@ -104,8 +104,8 @@ These items have the same accesskey but |
|
<!ENTITY listAllTabs.label "List all tabs"> |
|
|
|
<!ENTITY tabCmd.label "New Tab"> |
|
-<!ENTITY tabCmd.accesskey "T"> |
|
-<!ENTITY tabCmd.commandkey "t"> |
|
+<!ENTITY tabCmd.accesskey "N"> |
|
+<!ENTITY tabCmd.commandkey "n"> |
|
<!-- LOCALIZATION NOTE (openLocationCmd.label): "Open Location" is only |
|
displayed on OS X, and only on windows that aren't main browser windows, or |
|
when there are no windows but Firefox is still running. --> |