个人工具

“UbuntuHelp:InputDevices”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/InputDevices}} {{Languages|UbuntuHelp:InputDevices}} #title Input Devices {|border="1" cellspacing="0" | {i} InputDevices is part of the UserDocum...)
 
第5行: 第5行:
 
| {i} InputDevices is part of the UserDocumentation series of index pages.  Please read the WikiGuide prior to making changes.
 
| {i} InputDevices is part of the UserDocumentation series of index pages.  Please read the WikiGuide prior to making changes.
 
|}
 
|}
 
 
 
 
== Keyboard ==
 
== Keyboard ==
 
 
* [[UbuntuHelp:MultimediaKeys|Multimedia Keyboard Help]] - How to get your keyboard's additional multimedia keys working in Ubuntu
 
* [[UbuntuHelp:MultimediaKeys|Multimedia Keyboard Help]] - How to get your keyboard's additional multimedia keys working in Ubuntu
 
* NumLock - Enabling Num Lock during startup
 
* NumLock - Enabling Num Lock during startup
第15行: 第11行:
 
* MicrosoftNaturalErgonomicKeyboard4000 - Make it work 100%
 
* MicrosoftNaturalErgonomicKeyboard4000 - Make it work 100%
 
* [[UbuntuHelp:LogitechG15]] - Make ubuntu recognize all of the special keys
 
* [[UbuntuHelp:LogitechG15]] - Make ubuntu recognize all of the special keys
 
 
== Mouse ==
 
== Mouse ==
 
 
* [[UbuntuHelp:ManyButtonsMouseHowto|Multi-buttoned Mouse]] - Getting the fourth, fifth or other extra buttons on your mouse working
 
* [[UbuntuHelp:ManyButtonsMouseHowto|Multi-buttoned Mouse]] - Getting the fourth, fifth or other extra buttons on your mouse working
 
* [[UbuntuHelp:Logitech_MX610|Logitech MX610]] - Getting the E-Mail and IM LEDs and other buttons to function properly
 
* [[UbuntuHelp:Logitech_MX610|Logitech MX610]] - Getting the E-Mail and IM LEDs and other buttons to function properly
 
* [[UbuntuHelp:BluetoothMouse|Bluetooth Mouse]] - Getting your bluetooth mouse to connect and resume automatically, once turned on.
 
* [[UbuntuHelp:BluetoothMouse|Bluetooth Mouse]] - Getting your bluetooth mouse to connect and resume automatically, once turned on.
 
* [[UbuntuHelp:SerialMouseHowto|Serial Mouse]] - Getting your serial mouse to function
 
* [[UbuntuHelp:SerialMouseHowto|Serial Mouse]] - Getting your serial mouse to function
 
 
== Track Point ==
 
== Track Point ==
 
* Most Lenovo, and some Dell, Toshiba, and others have this eraser style pointer stick.
 
* Most Lenovo, and some Dell, Toshiba, and others have this eraser style pointer stick.
 
* To turn it off do this... (please fill in here)
 
* To turn it off do this... (please fill in here)
 
* Setting documentation is here:
 
* Setting documentation is here:
 
 
== Touchpad ==
 
== Touchpad ==
 
* [[UbuntuHelp:SynapticsTouchpad|Synaptics Touchpad]] - Setting up a Synaptics touchpad.
 
* [[UbuntuHelp:SynapticsTouchpad|Synaptics Touchpad]] - Setting up a Synaptics touchpad.
 
 
* To turn off tapping, in Terminal type:
 
* To turn off tapping, in Terminal type:
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
第53行: 第44行:
 
|System > Preferences > Touchpad
 
|System > Preferences > Touchpad
 
|}
 
|}
 
 
== Tablet ==
 
== Tablet ==
 
* See TabletSetup in order to setup your tablet.
 
* See TabletSetup in order to setup your tablet.
 
 
== Wii remote ==
 
== Wii remote ==
 
 
* [[UbuntuHelp:CWiiD]] - how to set up Ubuntu to use a Wiimote as a mouse, using the CWiiD library
 
* [[UbuntuHelp:CWiiD]] - how to set up Ubuntu to use a Wiimote as a mouse, using the CWiiD library
 
 
----
 
----
 
[[category:Category]] Documentation [[category:CategoryHardware]] [[category:CategoryNeedsExpansion]]
 
[[category:Category]] Documentation [[category:CategoryHardware]] [[category:CategoryNeedsExpansion]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 17:50的版本

  1. title Input Devices
{i} InputDevices is part of the UserDocumentation series of index pages. Please read the WikiGuide prior to making changes.

Keyboard

  • Multimedia Keyboard Help - How to get your keyboard's additional multimedia keys working in Ubuntu
  • NumLock - Enabling Num Lock during startup
  • HowToReadline - Add some extra editing keys to the command shell
  • MicrosoftNaturalErgonomicKeyboard4000 - Make it work 100%
  • UbuntuHelp:LogitechG15 - Make ubuntu recognize all of the special keys

Mouse

  • Multi-buttoned Mouse - Getting the fourth, fifth or other extra buttons on your mouse working
  • Logitech MX610 - Getting the E-Mail and IM LEDs and other buttons to function properly
  • Bluetooth Mouse - Getting your bluetooth mouse to connect and resume automatically, once turned on.
  • Serial Mouse - Getting your serial mouse to function

Track Point

  • Most Lenovo, and some Dell, Toshiba, and others have this eraser style pointer stick.
  • To turn it off do this... (please fill in here)
  • Setting documentation is here:

Touchpad

  • Synaptics Touchpad - Setting up a Synaptics touchpad.
  • To turn off tapping, in Terminal type:
gksudo gedit /etc/X11/xorg.conf
  • In xorg.conf, go to:
Section "Input'Device"
Identifier "Synaptics Touchpad"
  • Include these options at the end of this section:
Option "SHM'Config" "on"
Option "Tapping'Off" "1"
Option "Max'Tap'Time" "0"
  • Once you have rebooted, you can also install gsynaptics, which gives a Ubuntu-friendly GUI set-up so you can tweak your settings. Once installed, you'll find it here:
System > Preferences > Touchpad

Tablet

  • See TabletSetup in order to setup your tablet.

Wii remote

  • UbuntuHelp:CWiiD - how to set up Ubuntu to use a Wiimote as a mouse, using the CWiiD library

Documentation