2008-08-25から1日間の記事一覧

feedSomeKeys.js

以前書いた仮想キーコードのパッチのやつを、 liberator.plugins.feedKey.setup(...., true) :fmap! ... とすれば、仮想キーコードを使うようになる。 という感じにしてみて、勝手にコミットした。Google Reader なら下のような感じになる。 第二引数に true…

GMailとLocationChange

Gmail用に autocommands.add( 'LocationChange', /mail\.google\.com\/(mail|a)\//, function () { liberator.log('meow'); plugins.feedKey.setup( "c / y j k n p o u e x s r a # [ ] z ? gi gs gt gd ga gc".split(/ +/).map(function(i) [i, "4" + i]) …