Created
January 19, 2012 00:40
-
-
Save 958/1636792 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Quote from the plugin help | |
var local = {}; | |
plugins.options["site_local_keymap.local_keymap"] = local; | |
function fake(k, i) function () { key.feed(k, i); }; | |
function pass(k, i) [k, fake(k, i)]; | |
function ignore(k, i) [k, null]; | |
local["^http://www.google.(co.jp|com)/reader/view/"] = [ | |
['a', fake('k')] | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment