Apr 26, 2006
livedoor ReaderのショートカットキーをカスタマイズするGreasemonkeyスクリプト
そのうち設定インターフェースができるんじゃないかと思いますが、待ちきれない方はGreasemonkeyスクリプトでカスタマイズできます。Google readerみたいにj/kだけで全部読みたい
Control.go_nextに次のエントリまたは次のフィード、という機能を当ててます。http://la.ma.la/misc/userjs/ldr_keyhack_jk.user.js
ブックマークレットでもできます。これをアドレスバーにコピペ。
javascript:Keybind.add("j",Control.go_next);void(0)
全てのキーバインドを無効化
Keybind.clear()で全てのキーバインドを無効にできます。http://la.ma.la/misc/userjs/ldr_keyhack_clear.user.js
はてなブックマークのページにジャンプ。
http://la.ma.la/misc/userjs/ldr_keyhack_h.user.js----
はてブページにジャンプとか公式にやるのはアレなので、アンオフィシャルな機能はGreasemonkeyでやってください、という感じになるんじゃないかと思います。
本体のスクリプトの更新で、いきなり動かなくなったりする可能性がありますが、よろしければどうぞ。
Edit this entry...
wikieditish message: Ready to edit this entry.
A quick preview will be rendered here when you click "Preview" button.