Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2013-03-14 15:36:31 +0000
committerCarolyn MacLeod2013-03-22 14:28:19 +0000
commite0aa93f688a89c9200e8cd867860ed580cb2201a (patch)
tree92abae6f50ed672d1f843a75421c5b4dd93cd685
parenta2be871890435a165ee4189ff046ff88dd6a72a6 (diff)
downloadeclipse.platform.common-e0aa93f688a89c9200e8cd867860ed580cb2201a.tar.gz
eclipse.platform.common-e0aa93f688a89c9200e8cd867860ed580cb2201a.tar.xz
eclipse.platform.common-e0aa93f688a89c9200e8cd867860ed580cb2201a.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