Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2013-03-14 15:36:31 +0000
committerCarolyn MacLeod2013-03-19 19:30:00 +0000
commita2229a115519cb9be56e6730a93503d2a8c4770e (patch)
tree072d00651d6f1aa6cb169e21782b5776e9349f71
parent857f9a6e72aa7814683eaa7b872dbcf6006d7412 (diff)
downloadeclipse.platform.common-a2229a115519cb9be56e6730a93503d2a8c4770e.tar.gz
eclipse.platform.common-a2229a115519cb9be56e6730a93503d2a8c4770e.tar.xz
eclipse.platform.common-a2229a115519cb9be56e6730a93503d2a8c4770e.zip
Bug 402476 - 2 additional points for the "Accessibility features" help
doc
-rw-r--r--bundles/org.eclipse.platform.doc.user/concepts/accessibility/navigation.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.platform.doc.user/concepts/accessibility/navigation.htm b/bundles/org.eclipse.platform.doc.user/concepts/accessibility/navigation.htm
index d138d0b14..88f7907d5 100644
--- a/bundles/org.eclipse.platform.doc.user/concepts/accessibility/navigation.htm
+++ b/bundles/org.eclipse.platform.doc.user/concepts/accessibility/navigation.htm
@@ -16,9 +16,9 @@
iterate through the controls in a window (for example, a dialog, or the current
perspective's views and editors and the main controls for the Workbench window).
To tab out of views that use the Tab key (such as editors) use Ctrl+Tab.
- While on an editor's or view's tab, the left or right arrow keys select
- a different editor or view, and the Enter key navigates directly into
- the selected editor or view.</p>
+ When the focus is on an editor or view tab, pressing the left/right arrow key moves
+ to the previous/next tab and pressing Enter moves the focus to the current selection
+ in the editor or view.</p>
<h2>Menus</h2>
<p>Most menus are assigned mnemonics for each entry which allow you to
select them by typing the underlined letter instead of the mouse. You can also

Back to the top