From e10b7bd83a3841ad134e495b4c682479aafb3d7d Mon Sep 17 00:00:00 2001 From: aaron-ni <41800723+aaron-ni@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:02:00 -0500 Subject: [PATCH] Change PowerRename accelerator key from "W" to "E" (#39291) ## Summary of the Pull Request In the Windows Explorer context menu, using "w" as the accelerator key in Po"w"erRename conflicts with the Ne"w" command. This slows down people who have to do things like create new folders frequently (especially because muscle memory leads to PowerRename launching and then having to be closed before going and creating the new folder with a bunch of mouse clicks). Changing the accelerator key to "e" - Pow"e"rRename - only conflicts with "Refresh", which is less commonly used. ## PR Checklist - [x] **Closes:** #25873 --------- Co-authored-by: Gordon Lam (SH) --- src/modules/powerrename/dll/Resources.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/powerrename/dll/Resources.resx b/src/modules/powerrename/dll/Resources.resx index 0cb356f56d..b62836f6ca 100644 --- a/src/modules/powerrename/dll/Resources.resx +++ b/src/modules/powerrename/dll/Resources.resx @@ -126,8 +126,8 @@ do not loc, product name - Rename with Po&werRename - PowerRename is a product name. do not loc it. The & allows to use W as a keyboard accelerator. + Rename with Pow&erRename + PowerRename is a product name. do not loc it. The & allows to use E as a keyboard accelerator. A Windows Shell extension for more advanced bulk renaming using search and replace or regular expressions.