[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fw: 3 button emulation is available for Xhpc
Matthew Orgass さんの 3 button エミュレーションを cvs に
commit し、Xhpc を作り直してバイナリを以下の場所に
起きました。
使い方はちょっとコツが必要です。
[win] キーを押しながらタップすると、なにも起こりません。
その状態で 1..5 のキーを押すと 1=left, 2=middle, 3=right
のボタンのように動作します。
ctrl + 真ん中クリックとかはかなり難しいですが、
単純なクリックは、慣れれば結構いいです。
----- Original Message -----
From: "TAKEMURA Shin" <takemura@netbsd.org>
To: "NetBSD port-hpcmips" <port-hpcmips@netbsd.org>
Sent: Sunday, July 30, 2000 9:36 AM
Subject: 3 button emulation is available for Xhpc
> I've commited 3 button emulation code patch, which was provided
> by Matthew Orgass. I've rebuilt Xhpc binary and put it on:
>
> ftp.netbsd.org:/pub/NetBSD/arch/hpcmips/tmp/Xhpc.20000729.tgz
>
> With this server,
>
> - just touch = click left button
> ([win] + touch + 1 will works too.)
> - [win] + touch + 2 = click middle button
> ([win] + 2 + touch will works too.)
> - [win] + touch + 3 = click right button
> - Also, you can use 4th and 5th button.
>
> [win] means the key marked with the Microsoft Windows symbol.
>
> Takemura