Ignore:
Timestamp:
11/29/17 14:55:48 (7 years ago)
Author:
pharms
Message:
  • java doc issues removal
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-ui-core/src/main/java/de/ugoe/cs/autoquest/commands/sequences/CMDsortKeyInteractions.java

    r927 r2218  
    3333 * Command to sort the key interactions in a sequence of events. An example, the sequence to write 
    3434 * the upper case D 
     35 * </p> 
    3536 * <ul> 
    3637 * <li>press shift key</li> 
     
    4041 * </ul> 
    4142 *  
     43 * <p> 
    4244 * is transformed to the sequence 
     45 * </p> 
    4346 *  
    4447 * <ul> 
     
    4952 * </ul> 
    5053 *  
     54 * <p> 
    5155 * in which the first pressed key (shift in this case) is always released last. The same is done for 
    5256 * the alt and the ctrl keys. 
    53  *  
    5457 * </p> 
    5558 *  
Note: See TracChangeset for help on using the changeset viewer.