Avesta導入

id:matobatさんが使っているのを見て、良さげだったのでAvestaを導入してみました。気持ち重めですが、今のところすごく快適。ポータルになるツールはタブ表示とマウスジェスチャは必須かも。

mouse-folder.xml

ジェスチャ設定。誤作動するとイラっとくるので使うもの以外コメントアウト。

<mouse name="folder">
  <!-- 左ダブルクリック -->
  <!-- <gesture modifier=""  input="11"    command="Current.Go.Up"/> -->
  <!-- <gesture modifier="C" input="11"    command="Current.Go.Up"/> -->
  <!-- <gesture modifier="S" input="11"    command="Current.Go.Up"/> -->
  <!-- <gesture modifier=""  input="11←"  command="Left.Close"/> -->
  <!-- <gesture modifier=""  input="11→"  command="Right.Close"/> -->
  <!-- <gesture modifier=""  input="11↓"  command="Shown.Close"/> -->

  <!-- 右クリック+ボタン -->
  <!-- <gesture modifier=""  input="21"    command="Current.Go.Up"/> -->
  <!-- <gesture modifier="C" input="21"    command="Current.Go.Up"/> -->
  <!-- <gesture modifier="S" input="21"    command="Current.Go.Up"/> -->
  <!-- <gesture modifier=""  input="2△"   command="Current.Go.Back"/> -->
  <!-- <gesture modifier="C" input="2△"   command="Current.Go.Back"/> -->
  <!-- <gesture modifier="S" input="2△"   command="Current.Go.Back"/> -->
  <!-- <gesture modifier=""  input="2▽"   command="Current.Go.Forward"/> -->
  <!-- <gesture modifier="C" input="2▽"   command="Current.Go.Forward"/> -->
  <!-- <gesture modifier="S" input="2▽"   command="Current.Go.Forward"/> -->

  <!-- 右クリック+移動 -->
  <gesture modifier=""  input="2←"   command="Current.Go.Back"/>
  <gesture modifier=""  input="2→"   command="Current.Go.Forward"/>
  <gesture modifier=""  input="2↑"   command="Tab.Prev"/>
  <gesture modifier=""  input="2↓"   command="Tab.Next"/>
  <gesture modifier=""  input="2↓↑"   command="Current.Go.Up"/>
  <gesture modifier=""  input="21"   command="Current.Close"/>

  <!-- 中クリック -->
  <!-- <gesture modifier=""  input="3"     command="Current.Go.Up"/> -->
  <!-- <gesture modifier="C" input="3"     command="Current.Go.Up"/> -->
  <!-- <gesture modifier="S" input="3"     command="Current.Go.Up"/> -->
  <!-- <gesture modifier=""  input="3←"   command="Current.Mode.Details"/> -->
  <!-- <gesture modifier=""  input="3→"   command="Current.Mode.Thumbnail"/> -->
  <!-- <gesture modifier=""  input="3↑"   command="Shown.AdjustToItem"/> -->
  <!-- <gesture modifier=""  input="3↓"   command="Shown.AdjustToWindow"/> -->

  <!-- 4th/5thクリック -->
  <!-- <gesture modifier=""  input="4"    command="Current.Go.Back"/> -->
  <!-- <gesture modifier="C" input="4"    command="Current.Go.Back"/> -->
  <!-- <gesture modifier="S" input="4"    command="Current.Go.Back"/> -->
  <!-- <gesture modifier=""  input="5"    command="Current.Go.Forward"/> -->
  <!-- <gesture modifier="C" input="5"    command="Current.Go.Forward"/> -->
  <!-- <gesture modifier="S" input="5"    command="Current.Go.Forward"/> -->
</mouse>
link.xml

リンクバーの設定。とりあえずよく開いてるところを追加。

<menu>
  <menu text="My_Comp" path="DRIVES" include-files="true" />
  <menu text="My_Docs" path="MYDOCUMENTS" include-files="true"/>
  <menu text="_ROOT">
    <menu text="_C:" path="C:" include-files="true"/>
    <menu text="_D:" path="D:" include-files="true"/>
    <menu text="_E:" path="E:" include-files="true"/>
  </menu>
  <menu text="workspace" path="E:\path\to\workspace" include-files="true"/>
  <menu text="プロジェクト">
    <!-- リモートのプロジェクトフォルダとか -->
  </menu>
  <!-- たぶん使わないけど一応残しとく -->
  <menu text="_Applications">
    <menu text="ペイント(_P)" path="SYSTEM\mspaint.exe"  depth="0"/>
    <menu text="電卓(_C)"     path="SYSTEM\calc.exe"     depth="0"/>
  </menu>
</menu>

アイコンが面白いことになってる

なんだろ、アイコンが面白いです。再起動したら直ったから問題なし。