Browse Source

Merge branch 'master' of github.com:10sr/dotfiles

Conflicts:
	_keysnail.js
pull/1/head
10sr 12 years ago
parent
commit
e2abff80b9
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      _keysnail.js

+ 4
- 1
_keysnail.js View File

@@ -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-<tab>', 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-<backspace>', function (ev, arg) {
ext.exec('list-tab-history', arg, ev);
}, 'List tab history', true);

Loading…
Cancel
Save