Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "2 The Keyboard"

m
(Replaced content with "This page was obsolete and has been deleted. Please see the history if you need to access the content.")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Comparison SWT / RWT|back to table of content]]
+
This page was obsolete and has been deleted. Please see the history if you need to access the content.
 
+
==The Keyboard==
+
 
+
Keyboard handling and related events are currently not available in RWT. However, the client side javascript framework that RWT is using (qooxdoo) provides the entry points to implement keyboard handling and offers keyboard navigation out of the box.  
+
 
+
Try the following keys on the web demo: http://rap.eclipse.org/rwt/
+
* Tab
+
* Cursor Keys (Tree, Table)
+
* Selection with space (multi-selection in table with control key, shift key)
+
 
+
===When a Key Is Typed, Where Does It Go?=== - tbd
+
 
+
===Keyboard Events and the Focus Control=== - planned
+
 
+
* focus will only occur if a user clicks on a control or uses the keyboard to navigate to the control (it will not necessarily comply with the behavior of the operating system displaying the browser)
+
 
+
===Traversal=== - planned
+
 
+
===Accelerators=== - planned
+
 
+
===Window System Keys=== - not applicable
+

Latest revision as of 06:20, 7 January 2014

This page was obsolete and has been deleted. Please see the history if you need to access the content.

Back to the top