10

The Ctrl+Backspace shortcut for deleting whole words is a feature in most text editors and text inputs. Due to their usefulness, they have become a part of my everyday typing habits. However, in Windows Explorer, when renaming files, Ctrl+Backspace enters a character instead of deleting the previous word. Oddly enough, it's lesser used sibling for deleting the next word Ctrl+Delete works as intended when renaming files.

This is a problem on my work PC, which uses Windows 7. But I recall this being a problem in my home PC, which is running Windows 10.

Why does this seemingly universal shortcut not work in this scenario? Are there workarounds (be it first party or third party) to implement this functionality?

moonrobin
  • 363

1 Answers1

5

So the reason for that happening (the box appearing) is that it's a control character. It's one of the several ASCII non-printable characters. Look into AutoHotKey to override the default behavior of the Control and Delete keys. Have a look at this here