KeyStrokeAgent

From Documentation
Revision as of 10:05, 11 May 2012 by Hawk (talk | contribs) (Created page with "{{ZATSEssentialsPageHeader}} All components that inherit <tt> HtmlBasedComponent </tt> support this operation. When calling <tt> stroke() </tt>, you have to provide special ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)




All components that inherit HtmlBasedComponent support this operation. When calling stroke() , you have to provide special string for control keys. Please refer to [1].

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

```java

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



Last Update : 2012/05/11

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