Enable bottom-right corner click = right-click on MacBook trackpads (bcm5974
driver)
#1002
thomasfederico-fullstack-designer
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I've been trying to achieve right-click functionality via bottom-right corner tap on a MacBook trackpad using Linux Mint 22.1 Xia (Cinnamon desktop,
bcm5974
driver). Unfortunately, even after exploringlibinput
,xinput
, Xorg configs, and custom scripts, I couldn't enable this behavior.Many modern desktops (especially Windows/macOS) interpret a bottom-right press as a right-click on clickpads. It’s a familiar, intuitive gesture — but on Linux Mint, this isn't possible due to limitations with the
bcm5974
driver and/or Cinnamon's desktop input handling.I tried:
ClickMethod
tobuttonareas
in Xorg configxdotool
andsystemd
daemons to simulate right-clicks withCtrl+click
Shift+F10
andMenu
keypresses — none of which work consistently on the desktop backgroundAs it stands, only two-finger tap reliably opens the context menu. While that’s functional, it’s not ideal for users expecting traditional corner-press behavior.
Would it be possible to support this more natively in Cinnamon or offer better integration with Apple trackpads (via libinput or otherwise)? A small UX detail, but it means a lot for users trying to use Linux Mint on Mac hardware without workarounds.
Thanks for the amazing work — Mint’s been fantastic otherwise.
Best,
A very determined user
Beta Was this translation helpful? Give feedback.
All reactions