mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:27:58 +01:00
Expurgate moribund cpt=t.
This commit is contained in:
@@ -865,11 +865,6 @@ var Tabs = Module("tabs", {
|
|||||||
{ argCount: "0" });
|
{ argCount: "0" });
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
completion: function () {
|
|
||||||
completion.addUrlCompleter("t",
|
|
||||||
"Open tabs",
|
|
||||||
completion.buffer);
|
|
||||||
},
|
|
||||||
events: function () {
|
events: function () {
|
||||||
let tabContainer = config.tabbrowser.mTabContainer;
|
let tabContainer = config.tabbrowser.mTabContainer;
|
||||||
["TabMove", "TabOpen", "TabClose"].forEach(function (event) {
|
["TabMove", "TabOpen", "TabClose"].forEach(function (event) {
|
||||||
|
|||||||
@@ -502,7 +502,6 @@
|
|||||||
<dt>b</dt> <dd>Bookmarks</dd>
|
<dt>b</dt> <dd>Bookmarks</dd>
|
||||||
<dt>h</dt> <dd>History</dd>
|
<dt>h</dt> <dd>History</dd>
|
||||||
<dt>S</dt> <dd>Search engine suggestions</dd>
|
<dt>S</dt> <dd>Search engine suggestions</dd>
|
||||||
<dt>t</dt> <dd>Open tabs</dd>
|
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user