Fn + Backspace, Control + D

 

I’m assuming you are on a laptop without a traditional Delete key. If you are on a MacBook/Powerbook you would hold the Fn (function) key + Backspace to do a forward delete. You can also press Control + D to forward delete on any Mac keyboard (this method will only work in Cocoa applications, which are most applications released today with some notable exceptions such as Firefox).

 

If you have a desktop Apple keyboard, there is a Delete button above the arrow keys just like on a Windows keyboard.

 

You may also use something like DoubleCommand to remap any of the keys on your keyboard to whatever you wish.

 

Here are some more handy keyboard shortcuts you may be interested in as far as text processing goes:

 

These shortcuts can be used within all text areas in Cocoaapplications.

 

option-left arrowmove left one word
option-right arrowmove right one word
option-up arrowmove up one paragraph
option-down arrowmove down one paragraph
control-left arrowmove to start of current line
command-left arrow
control-right arrowmove to end of current line
command-right arrow
shift + any of the aboveextend selection by appropriate amount
click then dragselect text
double-click then dragselect text, wrapping to word ends
triple-click then dragselect text, wrapping to paragraph ends
shift-select text with mouseadd to selection (contiguous)
command-select text with mouseadd to selection (non-contiguous)
option-dragselect rectangular area (non-contiguous)
command-option-dragadd rectangular area to selection
drag selectionmove text
option-drag selectioncopy text
control-Amove to start of current paragraph
control-Bmove left one character
control-Dforwards delete
control-Emove to end of current paragraph
control-Fmove right one character
control-Hdelete
control-Kdelete remainder of current paragraph
control-Nmove down one line
control-Oinsert new line after cursor
control-Pmove up one line
control-Ttranspose (swap) two surrounding character
control-Vmove to end, then left one character
control-Ypaste text previously deleted with control-K