diff --git a/_keysnail.js b/_keysnail.js index d025f57..bfaf6d8 100644 --- a/_keysnail.js +++ b/_keysnail.js @@ -406,7 +406,6 @@ ext.add("if-mth-exist", function() { if (MultipleTabService === undefined) display.echoStatusBar("mth not exist."); },'if mth exist'); -//////////////////////// // search web ext.add("query-then-engine", function () { prompt.reader({message : "Search Word?:", @@ -740,3 +739,7 @@ key.setEditKey('C-', function (ev) { key.setViewKey('I', function (ev, arg) { ext.exec('instapaper-post-page-with-comment', arg, ev); }, 'post page and comment', true); + +key.setViewKey('C-', function (ev, arg) { + ext.exec('list-tab-history', arg, ev); +}, 'List tab history', true);