FTC 1.3 beta 4
- From: Brendan Murphy <bmurphy@xxxxxxxxxxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Sat, 3 Jan 2009 13:10:37 -0600
FTC 1.3 beta 4 has been uploaded to the web site.
With this beta I implemented the final option key combinations. I
removed the homeEndKeyBehavior property and replaced it with the
proper option key combinations. This will give a consistent user
experience across platforms.
Let me know if you find any problems with these additions or if I
am missing something.
Here's what's new with this beta...
- Removed the homeEndKeyBehavior property.
- Implemented the following home/end navigation and selection key
combinations.
option-home: jumps to the beginning of the document
option-end: jumps to the end of the document
shift-home: selects from the cursor position to the beginning of
the line
shift-end: selects from the cursor position to the end of the
line
option-shift-home: selects from the cursor position to the
beginning of the document
option-shift-ends: selects from the cursor position to the end
of the document
- Implemented option-delete to delete the entire word preceding
the insertion caret or if in the middle of a word, the preceding
part of that word.
- Implemented option-forward-delete to delete the entire word
following the insertion caret or if in the middle of a word, the
last part of that word.
FTC Website:
http://www.truenorthsoftware.com/FormattedTextControl/FormattedTextControl.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in
the subject field.
Other related posts:
- » FTC 1.3 beta 4 - Brendan Murphy