Re: emulate three-button mouse(macintosh)

2005-11-16 Thread Michal
> IIRC the kernel support for button emulation is scheduled to be > removed While upgrading a dual G5 (7,2) from 2.6.9 to the 2.6.14 kernel currently in unstable, mouse emulation via sysctl.conf stopped working. Does that mean that the above actually happened? And if so, what is the new way of do

Re: emulate three-button mouse(macintosh)

2005-07-05 Thread Alfredo Pironti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > And edited in >sysctl.conf > the following lines: > > # Emulate the middle mouse button with and the right with > . > dev/mac_hid/mouse_button_emulation = 1 > dev/mac_hid/mouse_button2_keycode =0 100 > dev/mac_hid/mouse_button3_keycod

Re: emulate three-button mouse(macintosh)

2005-07-04 Thread Rainer Gutkas
I just managed to map the middle mouse Button to and the right one to with the following trick: I took the old /etc/default/mouseemu initialization file and picked out the keycodes. And edited in sysctl.conf the following lines: # Emulate the middle mouse button with and the

Re: emulate three-button mouse(macintosh)

2005-07-04 Thread Alfredo Pironti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tommy Trussell wrote: > [sorry a slip of the finger sent that early] > I opened an enhancement request in GNOME asking for the Macintosh > Keyboard and MacOS-style modifier usage, but the request was closed, > saying the option belongs in the X server.

Re: emulate three-button mouse(macintosh)

2005-07-04 Thread Tommy Trussell
[sorry a slip of the finger sent that early] I opened an enhancement request in GNOME asking for the Macintosh Keyboard and MacOS-style modifier usage, but the request was closed, saying the option belongs in the X server. So this comes back around to a question of whether a custom X keymap can gi

Re: emulate three-button mouse(macintosh)

2005-07-04 Thread Tommy Trussell
On 7/4/05, Alfredo Pironti <[EMAIL PROTECTED]> wrote: > If you have a notebook, you can also try is using the `Fn' key as a > modifier. However, as long as I know, it will simply act as a modifier > for another key, and not for the mouse click event! I just looked in my /etc/sysctl.conf file, and

Re: emulate three-button mouse(macintosh)

2005-07-04 Thread Alfredo Pironti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > You can have mouse key emulation with keys in X with xkbset, but I didn't > find a way to make a mouse keys with modifiers, like e.g. in OS X > Ctrl+Mouse Button behaves like right mouse key. Does anyone know how? Me too, I have the same issue and I

Re: emulate three-button mouse(macintosh)

2005-07-04 Thread Michael Schmitz
> You can have mouse key emulation with keys in X with xkbset, but I didn't > find a way to make a mouse keys with modifiers, like e.g. in OS X > Ctrl+Mouse Button behaves like right mouse key. Does anyone know how? You should be able to cook something up starting with the mouseemu source.

Re: emulate three-button mouse(macintosh)

2005-07-04 Thread Michael Schmitz
> On Sat, Jul 02, 2005 at 05:23:49PM -0700, nuno romano wrote: > > How can I emulate a three-button mouse from > > a macintosh one-button mouse? > > $ grep mac_hid /etc/sysctl.conf > dev/mac_hid/mouse_button_emulation = 1 > dev/mac_hid/mouse_button2_keycode = 87 > dev/mac_hid/mouse_button3_

Re: emulate three-button mouse(macintosh)

2005-07-03 Thread Joerg Sommer
Colin Watson <[EMAIL PROTECTED]> wrote: > On Sat, Jul 02, 2005 at 05:23:49PM -0700, nuno romano wrote: >> How can I emulate a three-button mouse from >> a macintosh one-button mouse? > > $ grep mac_hid /etc/sysctl.conf > dev/mac_hid/mouse_button_emulation = 1 > dev/mac_hid/mouse_button2_keyco

Re: emulate three-button mouse(macintosh)

2005-07-03 Thread Colin Watson
On Sat, Jul 02, 2005 at 05:23:49PM -0700, nuno romano wrote: > How can I emulate a three-button mouse from > a macintosh one-button mouse? $ grep mac_hid /etc/sysctl.conf dev/mac_hid/mouse_button_emulation = 1 dev/mac_hid/mouse_button2_keycode = 87 dev/mac_hid/mouse_button3_keycode = 88 (

emulate three-button mouse(macintosh)

2005-07-02 Thread nuno romano
How can I emulate a three-button mouse from a macintosh one-button mouse?The Debian 3.1 standard X installation does not provide this kind of emulation.In SuSE-PowerPC I needed to edit a file but I donĀ“t remember anymore the instructions to do it. _