Mouse pad button not working with Firefox/spaceFM!! [SOLVED]

Post here if you are a new Porteus member and you're looking for some help.
User avatar
Ed_P
Contributor
Contributor
Posts: 8359
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Mouse pad button not working with Firefox/spaceFM!! [SOLVED]

Post#1 by Ed_P » 11 Oct 2015, 14:08

Got a new laptop to replace my netbook. Everything seems to be working ok, mouse pad, network, keyboard. But the right botton doesn't work when clicking on a file in spaceFM or a favorite in Firefox.

Suggestions?
Last edited by Ed_P on 17 Oct 2015, 14:23, edited 1 time in total.
Ed

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Mouse pad button not working with Firefox/spaceFM!!

Post#2 by brokenman » 11 Oct 2015, 14:16

Perhaps play with synclient to see if you can force it.

synclient -l will give you a list of options.

Here is a script I use to set two finger tap as right click on a mousepad.

# Two finger tap right click
synclient FingerHigh=42
synclient TapButton2=3
How do i become super user?
Wear your underpants on the outside and put on a cape.

User avatar
Ed_P
Contributor
Contributor
Posts: 8359
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: Mouse pad button not working with Firefox/spaceFM!!

Post#3 by Ed_P » 17 Oct 2015, 02:53

Those didn't help brokenman. :(

Under Windows the right touchpad button can be enabled or disabled. Under Linux I don't see that as an option and apparently the default is disabled. I didn't find anything promising at linux.dell.com or linux.dell.com/git either. :( And copying and pasteing not possible without a right button working. I never realized how much the right button is used until this.
Ed

User avatar
Ed_P
Contributor
Contributor
Posts: 8359
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: Mouse pad button not working with Firefox/spaceFM!!

Post#4 by Ed_P » 17 Oct 2015, 03:43

I spoke too soon. This looks promising: https://wiki.archlinux.org/index.php/To ... ickPads.29

So too does this:

Code: Select all

#!/bin/sh
synclient PalmDetect=1 PalmMinWidth=4
#synclient LeftEdge=30 RightEdge=1385 TopEdge=0 BottomEdge=600
# Dell
synclient RightButtonAreaLeft=3914 RightButtonAreaTop=3918
I have to tweak some of the other values too but the right button is functional at this point. :Yahoo!:
Ed

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Mouse pad button not working with Firefox/spaceFM!!

Post#5 by brokenman » 17 Oct 2015, 04:59

So mark as [SOLVED]?
How do i become super user?
Wear your underpants on the outside and put on a cape.

Post Reply