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