@@ -146,20 +146,12 @@ pref("extensions.tabutils.menu.context_copyTabURL.accesskey", "U");
146
146
pref ( "extensions.tabutils.menu.context_copyTabURL.multiselected" , "any" ) ;
147
147
pref ( "extensions.tabutils.menu.context_copyTabURL.oncommand" , "Cc['@mozilla.org/widget/clipboardhelper;1'].getService(Ci.nsIClipboardHelper).copyString([tab.linkedBrowser.currentURI.spec for (tab of gBrowser.mContextTabs)].join('\\n'));" ) ;
148
148
149
- pref ( "extensions.tabutils.menu.context_template" , false ) ;
150
- pref ( "extensions.tabutils.menu.context_template.label" , "" ) ;
151
- pref ( "extensions.tabutils.menu.context_template.accesskey" , "" ) ;
152
- pref ( "extensions.tabutils.menu.context_template.insertbefore" , "" ) ;
153
- pref ( "extensions.tabutils.menu.context_template.multiselected" , "" ) ;
154
- pref ( "extensions.tabutils.menu.context_template.oncommand" , "" ) ;
155
-
156
149
pref ( "extensions.tabutils.shortcut.tuClipboardKeyset.disabled" , true ) ;
157
- pref ( "extensions.tabutils.shortcut.key_copyPageLocation " , true ) ;
150
+ pref ( "extensions.tabutils.shortcut.key_copyPageUrl " , true ) ;
158
151
pref ( "extensions.tabutils.shortcut.key_copyAllPageUrls" , true ) ;
159
- pref ( "extensions.tabutils.shortcut.key_cutPageLocation" , true ) ;
160
152
pref ( "extensions.tabutils.shortcut.key_pasteAndGo" , true ) ;
161
153
pref ( "extensions.tabutils.shortcut.key_pasteAndSearch" , true ) ;
162
- pref ( "extensions.tabutils.shortcut.key_undoCloseTab2 " , true ) ;
154
+ pref ( "extensions.tabutils.shortcut.key_undoCloseTabZ " , true ) ;
163
155
pref ( "extensions.tabutils.shortcut.key_recentlyClosedTabs" , true ) ;
164
156
165
157
pref ( "extensions.tabutils.shortcut.tuKeyset.disabled" , false ) ;
@@ -169,46 +161,16 @@ pref("extensions.tabutils.shortcut.key_lockTab", true);
169
161
pref ( "extensions.tabutils.shortcut.key_freezeTab" , true ) ;
170
162
pref ( "extensions.tabutils.shortcut.key_faviconizeTab" , true ) ;
171
163
pref ( "extensions.tabutils.shortcut.key_pinTab" , true ) ;
172
- pref ( "extensions.tabutils.shortcut.key_closeLeftTabs" , false ) ;
173
- pref ( "extensions.tabutils.shortcut.key_closeAllTabs" , false ) ;
174
- pref ( "extensions.tabutils.shortcut.key_closeRightTabs" , false ) ;
175
164
pref ( "extensions.tabutils.shortcut.key_moveTabBackward" , true ) ;
176
165
pref ( "extensions.tabutils.shortcut.key_moveTabForward" , true ) ;
177
166
pref ( "extensions.tabutils.shortcut.key_moveTabToStart" , true ) ;
178
167
pref ( "extensions.tabutils.shortcut.key_moveTabToEnd" , true ) ;
179
- pref ( "extensions.tabutils.shortcut.key_prevGroup" , false ) ;
180
- pref ( "extensions.tabutils.shortcut.key_nextGroup" , false ) ;
181
-
182
- pref ( "extensions.tabutils.shortcut.key_selectTab1.oncommand" , "gBrowser.selectUnpinnedTabAtIndex(0, event);" ) ;
183
- pref ( "extensions.tabutils.shortcut.key_selectTab2.oncommand" , "gBrowser.selectUnpinnedTabAtIndex(1, event);" ) ;
184
- pref ( "extensions.tabutils.shortcut.key_selectTab3.oncommand" , "gBrowser.selectUnpinnedTabAtIndex(2, event);" ) ;
185
- pref ( "extensions.tabutils.shortcut.key_selectTab4.oncommand" , "gBrowser.selectUnpinnedTabAtIndex(3, event);" ) ;
186
- pref ( "extensions.tabutils.shortcut.key_selectTab5.oncommand" , "gBrowser.selectUnpinnedTabAtIndex(4, event);" ) ;
187
- pref ( "extensions.tabutils.shortcut.key_selectTab6.oncommand" , "gBrowser.selectUnpinnedTabAtIndex(5, event);" ) ;
188
- pref ( "extensions.tabutils.shortcut.key_selectTab7.oncommand" , "gBrowser.selectUnpinnedTabAtIndex(6, event);" ) ;
189
- pref ( "extensions.tabutils.shortcut.key_selectTab8.oncommand" , "gBrowser.selectUnpinnedTabAtIndex(7, event);" ) ;
190
- pref ( "extensions.tabutils.shortcut.key_selectLastTab.oncommand" , "gBrowser.selectUnpinnedTabAtIndex(-1, event);" ) ;
191
-
192
- pref ( "extensions.tabutils.shortcut.key_template" , false ) ;
193
- pref ( "extensions.tabutils.shortcut.key_template.key" , "" ) ;
194
- pref ( "extensions.tabutils.shortcut.key_template.keycode" , "" ) ;
195
- pref ( "extensions.tabutils.shortcut.key_template.modifiers" , "" ) ;
196
- pref ( "extensions.tabutils.shortcut.key_template.oncommand" , "" ) ;
197
168
198
169
pref ( "extensions.tabutils.button.newtab-button.onclick" , "gBrowser.onTabClick(event);" ) ;
199
170
pref ( "extensions.tabutils.button.alltabs-button.onclick" , "" ) ;
200
171
pref ( "extensions.tabutils.button.tabs-closebutton.onclick" , "" ) ;
201
172
pref ( "extensions.tabutils.button.undoclosetab-button.onclick" , "" ) ;
202
173
203
- pref ( "extensions.tabutils.button.button_template" , false ) ;
204
- pref ( "extensions.tabutils.button.button_template.label" , "" ) ;
205
- pref ( "extensions.tabutils.button.button_template.image" , "" ) ;
206
- pref ( "extensions.tabutils.button.button_template.parent" , "" ) ;
207
- pref ( "extensions.tabutils.button.button_template.insertafter" , "" ) ;
208
- pref ( "extensions.tabutils.button.button_template.onclick" , "" ) ;
209
- pref ( "extensions.tabutils.button.button_template.oncommand" , "" ) ;
210
- pref ( "extensions.tabutils.button.button_template.tooltiptext" , "" ) ;
211
-
212
174
pref ( "extensions.tabutils.css.example" , "" ) ;
213
175
pref ( "extensions.tabutils.js.example" , "" ) ;
214
176
0 commit comments