
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] touchpad shortcut
- Date: Wed, 23 Dec 2015 10:10:14 +0000
- From: Darren Cook <darren@example.com>
- Subject: Re: [tlug] touchpad shortcut
- References: <567A5656.9050303@hb.tp1.jp>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0
> I installed Mint 17.2 Cinnamon 64-bit on a Dell Inspiron 1545.
> During the installation and setting up all sorts of things I **FOUND** a
> setting for toggling the touchpad ON/OFF
See http://forums.linuxmint.com/viewtopic.php?f=49&t=124795
I'd first confirm that the commandline command works:
synclient TouchpadOff=1
Then you could try grepping your disk (start with /etc) for the string
"TouchpadOff", to find what script(s) use it. E.g.
grep -r "TouchpadOff" /etc/
And/or google for how to set up application shortcuts in Cinnamon. (In
Xfce it is the "application shortcuts" tab in Keyboard settings.) E.g. I
set up Alt+Home to run `xbacklight -inc 10` and Alt+End to run
`xbacklight -dec 10`, so I had a keyboard way to control screen brightness.
Darren
Home |
Main Index |
Thread Index