5

How can I make OSX backward delete one word by pressing cmd+backspace?

Currently it deletes the whole line.

Alt+Backspace works, but I want it to be cmd+backspace, like in Windows.

I tried Spark Shortcut Manager, but it didn't work.

https://www.macupdate.com/app/mac/14352/spark

djsmiley2kStaysInside
  • 6,943
  • 2
  • 36
  • 48
A.G.
  • 209

2 Answers2

3

Karabiner is very popular key remapping software for key remapping. In "change Key" > "Change delete key", select "Command+Delete to Option_L+Delete". This will solve your problem. I'm attaching a screenshot also.

enter image description here

1

The answer to most customization questions for OSX is BetterTouchTool. It's free, and it lets you customize keyboard shortcuts, gestures, window snapping, and more. You can even set per-app settings for shortcuts and gestures (although I haven't personally tested this).

screenshot

Set cmd+backspace to alt+backspace as in the screenshot above.

Dean
  • 2,880