KeyStrokeAgent

From Documentation
Revision as of 03:55, 14 May 2012 by Hawk (talk | contribs)




All components that inherit HtmlBasedComponent support this operation. When calling stroke() , you have to provide special string for control keys. Please refer to Keystroke Handling in Developer's Reference.

For example, ^#left means Ctrl+Left, and @#f3 means Alt+F3.

component.as(KeyStrokeAgent.class).stroke("$#left");



Last Update : 2012/05/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.