Hi,
My partner has just switched from a Macbook Pro to a Framework running Fedora. He’s really happy with it, but he’s struggling to use his Apple Magic Mouse 2 on it. We haven’t been able to turn off the middle mouse button click which is present on Fedora.
The problem:
On Mac, clicking on the left side of the surface triggers a left click, and clicking on the right side triggers a right click.
On Fedora, it works the same, except clicking the middle area of the surface triggers a middle click. As a consequence, the left click area is much smaller. This means my partner is often accidentally middle clicking, making the mouse impractical for him to use.
What we’ve tried:
I tried to help him disable the middle click by following the steps from the Arch wiki:
https://wiki.archlinux.org/title/Bluetooth_mouse
We tried running this
sudo modprobe -r hid_magicmouse
sudo modprobe hid_magicmouse emulate_3button=0
But Fedora said:
modprobe: FATAL: Module hid_magicmouse is builtin.
So instead, as per the page, we created a new file:
/etc/modprobe.d/hid_magicmouse.conf
with the contents:
options hid_magicmouse emulate_3button=0
We restarted, but nothing changed, the mouse was still sending middle mouse clicks.
Following the advice here, we tried creating the file:
/etc/modprobe.d/magicmouse.conf
with the contents:
options hid-magicmouse emulate_3button=0
and then restarting. That also had no effect.
Is there anything else we can try? I’m at a loss at how I can help him any further.
Thanks in advance