[Up]

村瀬の作業記録〜2005年3月〜

いろいろ記録しておこう。


< 前の記録 | 次の記録 > | 最近5日間 >>

2005年3月20日(日) 春分の日

Rio SU70 Player

USBコネクタを搭載したデジタル・オーディオ・プレーヤー。 聞く音楽もないのだが、何故か購入。 ポイントは 買ってから気がついたけど、WMA(DRM対応)およびMP3、WAV、ASF再生だけでなくoggにも対応している。ということで追加なポイントは ogg対応は Rio Audio : Rio SU70 Support Pageの Rio SU70 ファームウェアバージョン 101.412.030 が必要だ。アップデートにWindowsが必要なのは仕方の無いところですな。

2005年3月21日(月) 振替休日

firefox

忘れないように書いておきます。 /usr/local/firefox/res/builtin/userHTMLBindings.xml
<?xml version="1.0"?>
<!-- In order to work correctly, this file must be named -->
<!-- res/builtin/userHTMLBindings.xml in the mozilla tree. -->

<bindings id="htmlBindings"
   xmlns="http://www.mozilla.org/xbl"
   xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <binding id="browserUser">
    <handlers>
      <handler event="keypress" key="k" command="cmd_scrollLineUp"/>
      <handler event="keypress" key="j" command="cmd_scrollLineDown"/>
      <handler event="keypress" key="l" command="cmd_scrollRight"/>
      <handler event="keypress" key="h" command="cmd_scrollLeft"/>
      <handler event="keypress" key="b" command="cmd_scrollPageUp"/>
      <handler event="keypress" key="f" command="cmd_scrollPageDown"/>
    </handlers>
  </binding>

</bindings>
VI-bindings in Mozilla Firefox

katsunori.murase@nifty.ne.jp