When I am in a text document of some type, I know that the DELETE key will remove text to the left of the cursor, but I cannot quite figure out how to delete characters to the right of the cursor. In the PC world there are both delete and backspace keys. Can anyone point me in the right direction?
A lot of users don't know this, but many OS X apps (especially those written by Apple) implement a sub-set of the "emacs" editor command set.
These editing commands are usually introduced by holding the CTRL key, and pressing a letter (I'll use ^ to show this). Some of the most useful are:
^A Move cursor to start of line
^E Move cursor to end of line
^D Delete one character to the right (which is what you asked for)
^K Kill (delete) the rest of the line
And many others!
Amazingly, you can even use these commands to edit the URL address line in Safari.
Learning a handful of these commands can really speed up your use of OS X apps.
Thanks for your response. I am on the macbook so I don't have a numeric keypad, etc. I finally figured out the way to do it is to FN+DELETE and that works just fine.
This thread has been closed by the system or the community team.
You may vote for any posts you find helpful, or search the Community for additional answers.
Deleting Text From The Right Side of The Cursor
Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.