memo.xight.org

日々のメモ

StrokeIt を用いて Google Chrome でマウスジェスチャーを使う

Summary

StrokeItを用いて Google Chromeでマウスジェスチャーを利用する方法

StrokeItをインストールした後、
下記、sxpファイルを実行することにより、
Google Chromeでマウスジェスチャーを使用することが可能。

XP用 sxpファイル (GoogleChrome.sxpなどとして保存)

<VERSION>StrokeIt .9.4</VERSION>
<APP name="Google Chrome">
class=Chrome_XPFrame
タブを閉じる {
   gesture = Down-Right
   Ctrl+F4 = keys, hotkey [CTRL_DOWN][F4][CTRL_UP]
}
更新 {
   gesture = Up-Down
   F5 = keys, hotkey [F5]
}
進む {
   gesture = Right
   Shift+BackSpace = keys, hotkey [SHIFT_DOWN][BACK][SHIFT_UP]
}
戻る {
   gesture = Left
   BackSpace = keys, hotkey [BACK]
}
</APP>

Vista 用 sxpファイル (GoogleChrome.sxpなどとして保存)

<VERSION>StrokeIt .9.4</VERSION>
<APP name="Google Chrome">
class=Chrome_VistaFrame
タブを閉じる {
    gesture = Down-Right
    Ctrl+F4 = keys, hotkey [CTRL_DOWN][F4][CTRL_UP]
}
更新 {
    gesture = Up-Down
    F5 = keys, hotkey [F5]
}
進む {
    gesture = Right
    Shift+BackSpace = keys, hotkey [SHIFT_DOWN][BACK][SHIFT_UP]
}
戻る {
    gesture = Left
    BackSpace = keys, hotkey [BACK]
}
</APP>

Reference

StrokeIt
http://www.tcbmi.com/strokeit/

via

窓の杜 - 2008-09-12- 「Google Chrome」でマウスジェスチャーを使う
http://www.forest.impress.co.jp/article/2008/09/12/chromedegesture.html