summaryrefslogtreecommitdiffstats
path: root/gnome-help/C/mouse-disabletouchpad.page
diff options
context:
space:
mode:
authorPhil Bull <philbull@gmail.com>2010-08-03 18:45:11 +0100
committerPhil Bull <philbull@gmail.com>2010-08-03 18:45:11 +0100
commit84b8c3d46043c5ef1edb2c5d1d2e1ae7b5dcbe87 (patch)
tree917cc930e62e35cde071d62cc6225d75bce773ea /gnome-help/C/mouse-disabletouchpad.page
parent17eb179c169c41c864005a94818451c12ea3a9bf (diff)
downloadgnome-user-docs-84b8c3d46043c5ef1edb2c5d1d2e1ae7b5dcbe87.tar.gz
gnome-user-docs-84b8c3d46043c5ef1edb2c5d1d2e1ae7b5dcbe87.tar.xz
gnome-user-docs-84b8c3d46043c5ef1edb2c5d1d2e1ae7b5dcbe87.zip
Added mouse topics (written a while ago).
Diffstat (limited to 'gnome-help/C/mouse-disabletouchpad.page')
-rw-r--r--gnome-help/C/mouse-disabletouchpad.page78
1 files changed, 78 insertions, 0 deletions
diff --git a/gnome-help/C/mouse-disabletouchpad.page b/gnome-help/C/mouse-disabletouchpad.page
new file mode 100644
index 0000000..feb5d4f
--- /dev/null
+++ b/gnome-help/C/mouse-disabletouchpad.page
@@ -0,0 +1,78 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic"
+ id="disable-touchpad">
+<info>
+ <link type="guide" xref="mouse#behavior"/>
+ <link type="guide" xref="mouse-preferences#touchpad"/>
+ <link type="seealso" xref="mousekeys"/>
+
+ <desc>
+ Disable the touchpad permanently, or just when you plug-in a mouse.
+ </desc>
+
+ <revision pkgversion="2.28" version="0.1" date="2009-08-22" status="draft"/>
+ <credit type="author">
+ <name>Phil Bull</name>
+ <email>philbull@gmail.com</email>
+ </credit>
+ <copyright>
+ <year>2009</year>
+ <name>GNOME Documentation Project</name>
+ </copyright>
+ <license>Creative Commons Share Alike 3.0</license>
+ <!-- <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> -->
+</info>
+
+<title>Turning-off the touchpad</title>
+<p>
+To disable the touchpad:
+</p>
+
+<steps>
+ <item>
+ <p>
+ Click <guiseq><gui>System</gui><gui>Preferences</gui><gui>Mouse</gui></guiseq>
+ and select the <gui>Touchpad</gui> tab.
+ </p>
+ </item>
+ <item>
+ <p>Uncheck <gui>Enable touchpad</gui>. The touchpad will be turned-off
+ immediately.
+ </p>
+ </item>
+</steps>
+
+<note style="important">
+ <p>
+ If the touchpad is your only pointing device and you accidentally turned it
+ off, you can turn it back on again using just the keyboard.
+ </p>
+ <p>
+ Press <keyseq><key>Alt</key><key>F2</key></keyseq>, type
+ <cmd>gconftool --set /desktop/gnome/peripherals/mouse/touchpad_enabled -t bool True</cmd>
+ and press <key>Enter</key>.
+ </p>
+</note>
+
+<section status="incomplete">
+ <title>Disable the touchpad when a mouse is plugged-in</title>
+ <comment>
+ <cite>Phil Bull</cite>
+ <p>
+ This section needs fixing-up to provide useful advice. It's basically
+ working around a feature request bug.
+ </p>
+ </comment>
+ <p>
+ There is currently no simple way of having your touchpad automatically
+ disabled when a mouse is plugged in.
+ </p>
+ <code>
+ gconftool --set /desktop/gnome/peripherals/mouse/touchpad_enabled -t bool True
+ gconftool --set /desktop/gnome/peripherals/mouse/touchpad_enabled -t bool False
+ ENV{ID_CLASS}="mouse", ACTION=="add", RUN+="synclient touchpadoff=1"
+ ENV{ID_CLASS}="mouse", ACTION=="remove", RUN+="synclient touchpadoff=0"
+ </code>
+</section>
+
+</page>