Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

2 The Keyboard

Revision as of 11:57, 8 January 2007 by Unnamed Poltroon (Talk)

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

Back to the top