mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
Set PowerRename context menu hotkey to 'w' (#1673)
This commit is contained in:
@@ -21,7 +21,7 @@ struct InvokeStruct
|
|||||||
CPowerRenameMenu::CPowerRenameMenu()
|
CPowerRenameMenu::CPowerRenameMenu()
|
||||||
{
|
{
|
||||||
ModuleAddRef();
|
ModuleAddRef();
|
||||||
app_name = GET_RESOURCE_STRING(IDS_POWERRENAME);
|
app_name = GET_RESOURCE_STRING(IDS_POWERRENAME_APP_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
CPowerRenameMenu::~CPowerRenameMenu()
|
CPowerRenameMenu::~CPowerRenameMenu()
|
||||||
|
|||||||
Binary file not shown.
@@ -295,7 +295,7 @@ public:
|
|||||||
PowerRenameModule()
|
PowerRenameModule()
|
||||||
{
|
{
|
||||||
init_settings();
|
init_settings();
|
||||||
app_name = GET_RESOURCE_STRING(IDS_POWERRENAME);
|
app_name = GET_RESOURCE_STRING(IDS_POWERRENAME_APP_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
~PowerRenameModule(){};
|
~PowerRenameModule(){};
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
#define IDS_POWERRENAME 801
|
#define IDS_POWERRENAME 801
|
||||||
#define IDI_RENAME 132
|
#define IDI_RENAME 132
|
||||||
#define IDS_SETTINGS_DESCRIPTION 2101
|
#define IDS_POWERRENAME_APP_NAME 2101
|
||||||
#define IDS_OVERVIEW_LINK 2102
|
#define IDS_SETTINGS_DESCRIPTION 2102
|
||||||
#define IDS_RESTORE_SEARCH 2103
|
#define IDS_OVERVIEW_LINK 2103
|
||||||
#define IDS_ENABLE_AUTO 2104
|
#define IDS_RESTORE_SEARCH 2104
|
||||||
#define IDS_MAX_ITEMS 2105
|
#define IDS_ENABLE_AUTO 2105
|
||||||
#define IDS_ICON_CONTEXT_MENU 2106
|
#define IDS_MAX_ITEMS 2106
|
||||||
#define IDS_EXTENDED_MENU_INFO 2107
|
#define IDS_ICON_CONTEXT_MENU 2107
|
||||||
|
#define IDS_EXTENDED_MENU_INFO 2108
|
||||||
|
|
||||||
// Next default values for new objects
|
// Next default values for new objects
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user