Difference between revisions of "Enable Touchpad Horizontal and Vertical Scrolling"
Views
Actions
Namespaces
Variants
Tools
Enable Touchpad Horizontal and Vertical Scrolling (view source)
Revision as of 17:16, 18 November 2013
, 11 years ago→Open the Synaptics Configuration File
imported>Quantum |
imported>AdRn |
||
Line 6: | Line 6: | ||
The syntax the command to edit the synaptic configuration file is: | The syntax the command to edit the synaptic configuration file is: | ||
sudo [text editor] /etc/X11/xorg.conf.d/ | sudo [text editor] /etc/X11/xorg.conf.d/50-synaptics.conf | ||
To use nano (the default text-based terminal editor) enter the command: | To use nano (the default text-based terminal editor) enter the command: | ||
sudo nano /etc/X11/xorg.conf.d/ | sudo nano /etc/X11/xorg.conf.d/50-synaptics.conf | ||
Otherwise, you may find it easier to read and edit the file by using gedit, which will open the configuration file as if it were a document. To use gedit instead, enter the command: | Otherwise, you may find it easier to read and edit the file by using gedit, which will open the configuration file as if it were a document. To use gedit instead, enter the command: | ||
sudo gedit /etc/X11/xorg.conf.d/ | sudo gedit /etc/X11/xorg.conf.d/50-synaptics.conf | ||
= Enable Click on Tap, Vertical and Horizontal Scrolling = | = Enable Click on Tap, Vertical and Horizontal Scrolling = |