How to make alt-backspace delete words in Windows?

1

1

I am attempting to make the text editing experience in a Windows workstation I use alongside my OS X systems line up with the keybindings that Cocoa offers.

To start, how would one change mappings so that alt-backspace (in this case it's the option-back-delete key on an older MacBook Pro) deletes entire words?

I would also like to map many other keys differently, such as control-a/e to go to beginning/end of line and a number of other alterations to match it up, but I'd like to start off at the very least with the above.

ylluminate

Posted 2014-08-05T19:41:19.733

Reputation: 760

possible duplicate of How do I remap the keys on my keyboard?, How can I remap a keyboard key?, Windows keyboard macro playback software?

– Ƭᴇcʜιᴇ007 – 2014-08-05T19:49:32.660

Those keystrokes you're mentioning are handled by each application itself, not by the OS. I doubt this is possible. How would this tool know how many characters are in the word? Every application's model under the hood is different. – Steve – 2014-08-05T19:49:52.823

@Ƭᴇcʜιᴇ007 This goes beyond simply remapping keys. – Steve – 2014-08-05T19:50:20.600

@Steve OP wants to map a key to another key or combination of keys - all answers point to AutoHotKey (or alike), which is much more than "simple key remapping", but it does that too. – Ƭᴇcʜιᴇ007 – 2014-08-05T19:53:13.633

A newer question has arisen which provides better answers: How to add the Alt+Backspace macOS typing functionality to Windows.

– Marc.2377 – 2018-03-15T05:24:10.660

Answers

2

Did you know that you can delete words by the combination Ctrl+Backspace?

Alt+Backspace is generally mapped to the "Undo" command.

If you still want to change the behavior, you can use the AutoHotKey program.

Mikko Vedru

Posted 2014-08-05T19:41:19.733

Reputation: 31

0

To faster delete whole words, you can first select them by placing the cursor at the end and pressing Control + Shift + Left Arrow. Then proceed by pressing Backspace or Delete.

To map the Alt + Backspace behavior to do this, check the links given as "possible duplicates" to your question.

Marc.2377

Posted 2014-08-05T19:41:19.733

Reputation: 1 072