source: trunk/autoquest-ui-core/src/main/resources/manuals/correctKeyInteractionTargets @ 1545

Last change on this file since 1545 was 1317, checked in by pharms, 11 years ago
  • added man page
File size: 764 bytes
Line 
1iterates the provided sequences and sets the target of all key interaction events to the GUI element having the current keyboard focus. The current keyboard focus is determined either by keyboard focus events or by using the target of the first key interaction in a sequence. Events changing the keyboard focus are discarded herewith.
2
3$USAGE$
4<sequences> the name of the collection of sequences, of which the key interaction targets shall be corrected
5<new sequences> optional; the name of the collection of sequences into which the resulting sequences shall be stored; if left out, the result is stored in the collection identified by <sequences>
6
7Example(s):
8correctKeyInteractionTargets someSequences
9correctKeyInteractionTargets someSequences someNewSequences
Note: See TracBrowser for help on using the repository browser.