mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
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. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist - [x] **Closes:** #25873 --------- Co-authored-by: Gordon Lam (SH) <yeelam@microsoft.com>
This commit is contained in:
@@ -126,8 +126,8 @@
|
|||||||
<comment>do not loc, product name</comment>
|
<comment>do not loc, product name</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="PowerRename_Context_Menu_Entry" xml:space="preserve">
|
<data name="PowerRename_Context_Menu_Entry" xml:space="preserve">
|
||||||
<value>Rename with Po&werRename</value>
|
<value>Rename with Pow&erRename</value>
|
||||||
<comment>PowerRename is a product name. do not loc it. The & allows to use W as a keyboard accelerator.</comment>
|
<comment>PowerRename is a product name. do not loc it. The & allows to use E as a keyboard accelerator.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Settings_Description" xml:space="preserve">
|
<data name="Settings_Description" xml:space="preserve">
|
||||||
<value>A Windows Shell extension for more advanced bulk renaming using search and replace or regular expressions.</value>
|
<value>A Windows Shell extension for more advanced bulk renaming using search and replace or regular expressions.</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user