Changes between Version 6 and Version 7 of BasicText


Ignore:
Timestamp:
02/08/10 13:48:46 (15 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BasicText

    v6 v7  
    3535    * Later it may be considered to have different paste ways - for destination and source formatting 
    3636  * Remove text - text should be removed with its formatting 
     37   * Delete - removes next character 
     38   * Backspace - removes previous character 
     39   * Ctrl+delete - removes next word 
     40   * Ctrl+backspace - removes previous word 
     41   * Hold Delete/backspace - removes characters one by one as fast as possible  
     42  * Overwrite - When typing with "Insert" pressed, the text should be overwritten. The caret should look different 
     43  * Select 
     44   * Selection with mouse - Via drag while holding left mouse button 
     45   * Via keyboard while holding shift key