Firefox userChrome.js greasemonkeyスクリプトスレ16
■ このスレッドは過去ログ倉庫に格納されています
0214名無しさん@お腹いっぱい。
2011/07/11(月) 23:50:44.17ID:ecIdtAAZ0searchbox.xmlの478行目辺りに追加
this._findFast(findBackwards, matchCase);
]]></handler>
+ <handler event="DOMMouseScroll"><![CDATA[
+ var findBackwards = event.detail < 0 ? true : false;
+ var matchCase = event.altKey || event.ctrlKey;
+ this._findFast(findBackwards, matchCase);
+ ]]></handler>
</handlers>
</binding>
</bindings>
■ このスレッドは過去ログ倉庫に格納されています