2

The question regards Windows OS and I don't know about other OS.

Since I learned that Ctrl + Backspace or Ctrl + Delete could delete whole words, I have been using extensively.

But it works "partially" in renaming file. When using Ctrl + Delete it works correctly, while using Ctrl + Backspace enters some non-renerable character.

While I am alright with it (simple workaround by pressing Ctrl + Right arrow and Ctrl + Delete), I have question though:

  1. Why it doesn't work in renaming files? Is there any reason to it?

  2. Maybe this is some special case, when I have to use some other key combination?

Moab
  • 58,769

1 Answers1

2

Ctrl+Backspace is not a Windows keyboard shortcut, and as such is not implemented on an operating-system level. It is up to applications to implement the shortcut to delete whole words in text input. This means that some applications can exhibit different behavior. Even NotePad only added support for the shortcut in 2018.

Why Microsoft has not implemented the Ctrl+Backspace in File Explorer is anyone's guess. AFAIK there is no alternative shortcut for it.

Djokkum
  • 136