On a Mac, if you hold shift and press the backspace key, it performs a forward-delete (the same as pressing "delete" on a non-Mac keyboard). Is there any way to change this to just be a regular backspace?
|
show 4 more comments
feedback
|
|
Ok I'm stupid. I have DoubleCommand installed, and I, for some reason, enabled the "shift+delete acts as forward delete" command. Apologies. | |||
feedback
|
|
You can try to change your keyboard layout in You can also use Ukelele to create your own custom keyboard layout. This can also be a custom command in your programming editor. IDEs often create additional shortcuts that alleviate the sometimes painfully lame input/shortcut options integrated in the system. Check | |||
|
feedback
|
Entity.DELETEDbut I get toEntity.DELTE..to fix the mistake, you have to release shift and then press it again afterwards. I know it sounds silly, but it's a real PITA when shift-backspace deletes the line-ending and then starts deleting other things you didn't want. – nickf Oct 11 '10 at 10:07