Changeset 2218 for trunk/autoquest-ui-core
- Timestamp:
- 11/29/17 14:55:48 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-ui-core/src/main/java/de/ugoe/cs/autoquest/commands/sequences/CMDsortKeyInteractions.java
r927 r2218 33 33 * Command to sort the key interactions in a sequence of events. An example, the sequence to write 34 34 * the upper case D 35 * </p> 35 36 * <ul> 36 37 * <li>press shift key</li> … … 40 41 * </ul> 41 42 * 43 * <p> 42 44 * is transformed to the sequence 45 * </p> 43 46 * 44 47 * <ul> … … 49 52 * </ul> 50 53 * 54 * <p> 51 55 * in which the first pressed key (shift in this case) is always released last. The same is done for 52 56 * the alt and the ctrl keys. 53 *54 57 * </p> 55 58 *
Note: See TracChangeset
for help on using the changeset viewer.