Hidden character Shift-Arrow Up-Backspace

keyboard

Sometimes when I want to delete a line of text very quickly I do this:

I hold the shift key and press the arrow up key to select the line above and then I press backspace. But occasionally I press all three keys at the same time which deletes the line too but creates a hidden control character with the value 08: the value for the backspace control character.

This can be pretty annoying e.g. if you are writing code and you can't figure out what causes the parse error.

Am I the only one who struggles with this from time to time? Is it possible to change this behavior?

Best Answer

I can't reproduce this either. However, I suggest that you hold down Command and then press Delete, as an alternative to your method. This will delete everything on the line that's left of the cursor, and will hopefully solve your problem. (You can hold down Option to delete single words. Experiment with holding down the Option or Command key, and pressing either Delete or the arrow keys. If you hold down Shift with either Option or Command and then press the arrow keys, you will be able to select text word by word, or line by line.)