1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="mouse-mousekeys" xml:lang="zh-CN">
<info>
<link type="guide" xref="mouse"/>
<link type="guide" xref="a11y#mobility" group="pointing"/>
<revision pkgversion="3.8" date="2013-03-16" status="outdated"/>
<revision pkgversion="3.10" date="2013-11-07" status="review"/>
<revision pkgversion="3.18" date="2015-09-28" status="final"/>
<revision pkgversion="3.29" date="2018-08-20" status="review"/>
<revision pkgversion="3.33" date="2019-07-20" status="candidate"/>
<credit type="author">
<name>Phil Bull</name>
<email>philbull@gmail.com</email>
</credit>
<credit type="author">
<name>Shaun McCance</name>
<email>shaunm@gnome.org</email>
</credit>
<credit type="editor">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
</credit>
<credit type="editor">
<name>Ekaterina Gerasimova</name>
<email>kittykat3756@gmail.com</email>
<years>2013, 2015</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Enable mouse keys to control the mouse with the numeric
keypad.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>TeliuTe</mal:name>
<mal:email>teliute@163.com</mal:email>
<mal:years>2011, 2012</mal:years>
</mal:credit>
</info>
<title>Click and move the mouse pointer using the keypad</title>
<p>如果您使用鼠标或其他指针设备有困难,可以用数字小键盘来控制鼠标指针。这个特性称作 <em>鼠标键</em>。</p>
<steps>
<item>
<p>Open the <gui xref="shell-introduction#activities">Activities</gui>
overview and start typing <gui>Accessibility</gui>.</p>
<p>You can access the <gui>Activities</gui> overview by pressing on it,
by moving your mouse pointer against the top-left corner of the screen,
by using <keyseq><key>Ctrl</key><key>Alt</key><key>Tab</key></keyseq>
followed by <key>Enter</key>, or by using the
<key xref="keyboard-key-super">Super</key> key.</p>
</item>
<item>
<p>Click <gui>Accessibility</gui> to open the panel.</p>
</item>
<item>
<!-- TODO investigate keyboard navigation, because the arrow keys show no
visual feedback, and do not seem to work. -->
<p>Use the up and down arrow keys to select <gui>Mouse Keys</gui> in the
<gui>Pointing & Clicking</gui> section, then press <key>Enter</key>
to switch the <gui>Mouse Keys</gui> switch to on.</p>
</item>
<item>
<p>确保关闭了 <key>Num Lock</key> 数字灯,然后就可以用键盘来移动鼠标指针了。</p>
</item>
</steps>
<p>The keypad is a set of numerical buttons on your keyboard, usually
arranged into a square grid. If you have a keyboard without a keypad (such as
a laptop keyboard), you may need to hold down the function (<key>Fn</key>)
key and use certain other keys on your keyboard as a keypad. If you use this
feature often on a laptop, you can purchase external USB or Bluetooth numeric
keypads.</p>
<p>小键盘上的每个数字代表一个方向。例如,按<key>8</key>是向上,按<key>2</key>是向下。按<key>5</key>是向单击,快速按两下是双击。</p>
<p>Most keyboards have a special key which allows you to right-click,
sometimes called the <key xref="keyboard-key-menu">Menu</key> key. Note,
however, that this key responds to where your keyboard focus is, not where
your mouse pointer is. See <link xref="a11y-right-click"/> for information on
how to right-click by holding down <key>5</key> or the left mouse button.</p>
<p>如果这时您想输入数字,只要开启 <key>Num Lock</key> 数字灯,<key>Num Lock</key> 灯亮的时候鼠标不能被键盘控制。</p>
<note>
<p>键盘上面还有一排普通数字键,它们不能控制鼠标指针,只能当数字按键使用。</p>
</note>
</page>
|