mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Updating proper references.
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
// Microsoft Visual C++ generated resource script.
|
||||||
|
//
|
||||||
|
#include "resource.h"
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
// English (United States) resources
|
||||||
|
|
||||||
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||||
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
|
#pragma code_page(1252)
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Version
|
||||||
|
//
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 0,1,0,0
|
FILEVERSION 0,1,0,0
|
||||||
PRODUCTVERSION 0,1,0,0
|
PRODUCTVERSION 0,1,0,0
|
||||||
@@ -30,3 +45,55 @@ BEGIN
|
|||||||
VALUE "Translation", 0x409, 1200
|
VALUE "Translation", 0x409, 1200
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// TEXTINCLUDE
|
||||||
|
//
|
||||||
|
|
||||||
|
1 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"resource.h\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
2 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
3 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"\r\n"
|
||||||
|
"\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// String Table
|
||||||
|
//
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_ESPRESSO_NAME "Espresso"
|
||||||
|
END
|
||||||
|
|
||||||
|
#endif // English (United States) resources
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef APSTUDIO_INVOKED
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Generated from the TEXTINCLUDE 3 resource.
|
||||||
|
//
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
#endif // not APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||||
@@ -58,7 +57,7 @@
|
|||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
<PreprocessorDefinitions>_DEBUG;EXAMPLEPOWERTOY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>EXAMPLEPOWERTOY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ConformanceMode>true</ConformanceMode>
|
<ConformanceMode>true</ConformanceMode>
|
||||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||||
@@ -94,10 +93,12 @@
|
|||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<AdditionalIncludeDirectories>$(SolutionDir)src\;$(SolutionDir)src\modules;$(SolutionDir)src\common\Telemetry;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\..\common\Telemetry;..\..\;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
|
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsWinRT>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClInclude Include="EspressoConstants.h" />
|
||||||
<ClInclude Include="pch.h" />
|
<ClInclude Include="pch.h" />
|
||||||
<ClInclude Include="resource.h" />
|
<ClInclude Include="resource.h" />
|
||||||
<ClInclude Include="trace.h" />
|
<ClInclude Include="trace.h" />
|
||||||
@@ -113,8 +114,11 @@
|
|||||||
<ClCompile Include="trace.cpp" />
|
<ClCompile Include="trace.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="$(SolutionDir)src\common\common.vcxproj">
|
<ProjectReference Include="..\..\..\common\logger\logger.vcxproj">
|
||||||
<Project>{74485049-c722-400f-abe5-86ac52d929b3}</Project>
|
<Project>{d9b8fc84-322a-4f9f-bbb9-20915c47ddfd}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="..\..\..\common\SettingsAPI\SetttingsAPI.vcxproj">
|
||||||
|
<Project>{6955446d-23f7-4023-9bb3-8657f904af99}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
36
src/modules/espresso/Espresso/Espresso.vcxproj.filters
Normal file
36
src/modules/espresso/Espresso/Espresso.vcxproj.filters
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="dllmain.cpp" />
|
||||||
|
<ClCompile Include="pch.cpp" />
|
||||||
|
<ClCompile Include="trace.cpp" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="trace.h" />
|
||||||
|
<ClInclude Include="pch.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="EspressoConstants.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="resource.h">
|
||||||
|
<Filter>Generated Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{e8ef1c4e-cc50-4ce5-b00d-4e3ac5c1a7db}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Resource Files">
|
||||||
|
<UniqueIdentifier>{fbd9cdd2-e7d5-4417-9b52-25e345ae9562}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Generated Files">
|
||||||
|
<UniqueIdentifier>{c2a23a2b-5846-440f-b29e-eea748dba12d}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ResourceCompile Include="Espresso.rc">
|
||||||
|
<Filter>Generated Files</Filter>
|
||||||
|
</ResourceCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
7
src/modules/espresso/Espresso/EspressoConstants.h
Normal file
7
src/modules/espresso/Espresso/EspressoConstants.h
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#include <string>
|
||||||
|
|
||||||
|
namespace EspressoConstants
|
||||||
|
{
|
||||||
|
// Name of the powertoy module.
|
||||||
|
inline const std::wstring ModuleKey = L"Espresso";
|
||||||
|
}
|
||||||
@@ -1,9 +1,22 @@
|
|||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include <interface/powertoy_module_interface.h>
|
#include "resource.h"
|
||||||
#include <interface/lowlevel_keyboard_event_data.h>
|
|
||||||
#include <interface/win_hook_event_data.h>
|
|
||||||
#include <common/settings_objects.h>
|
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
|
#include "EspressoConstants.h"
|
||||||
|
|
||||||
|
#include <interface/powertoy_module_interface.h>
|
||||||
|
|
||||||
|
#include <common/SettingsAPI/settings_objects.h>
|
||||||
|
#include <common/interop/shared_constants.h>
|
||||||
|
#include <common/logger/logger.h>
|
||||||
|
#include <common/SettingsAPI/settings_helpers.h>
|
||||||
|
#include <common/utils/elevation.h>
|
||||||
|
#include <common/utils/process_path.h>
|
||||||
|
#include <common/utils/resources.h>
|
||||||
|
#include <common/utils/os-detect.h>
|
||||||
|
#include <common/utils/winapi_error.h>
|
||||||
|
|
||||||
|
#include <filesystem>
|
||||||
|
|
||||||
|
|
||||||
extern "C" IMAGE_DOS_HEADER __ImageBase;
|
extern "C" IMAGE_DOS_HEADER __ImageBase;
|
||||||
|
|
||||||
@@ -24,8 +37,10 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// The PowerToy name that will be shown in the settings.
|
// The PowerToy name that will be shown in the settings.
|
||||||
const static wchar_t* MODULE_NAME = L"$projectname$";
|
const static wchar_t* MODULE_NAME = L"Espresso";
|
||||||
// Add a description that will we shown in the module settings page.
|
// Add a description that will we shown in the module settings page.
|
||||||
const static wchar_t* MODULE_DESC = L"<no description>";
|
const static wchar_t* MODULE_DESC = L"<no description>";
|
||||||
|
|
||||||
@@ -46,8 +61,12 @@ struct ModuleSettings
|
|||||||
} g_settings;
|
} g_settings;
|
||||||
|
|
||||||
// Implement the PowerToy Module Interface and all the required methods.
|
// Implement the PowerToy Module Interface and all the required methods.
|
||||||
class $safeprojectname$ : public PowertoyModuleIface
|
class Espresso : public PowertoyModuleIface
|
||||||
{
|
{
|
||||||
|
std::wstring app_name;
|
||||||
|
//contains the non localized key of the powertoy
|
||||||
|
std::wstring app_key;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// The PowerToy state.
|
// The PowerToy state.
|
||||||
bool m_enabled = false;
|
bool m_enabled = false;
|
||||||
@@ -57,8 +76,10 @@ private:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
// Constructor
|
// Constructor
|
||||||
$safeprojectname$()
|
Espresso()
|
||||||
{
|
{
|
||||||
|
app_name = GET_RESOURCE_STRING(IDS_ESPRESSO_NAME);
|
||||||
|
app_key = EspressoConstants::ModuleKey;
|
||||||
init_settings();
|
init_settings();
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -74,22 +95,22 @@ public:
|
|||||||
return MODULE_NAME;
|
return MODULE_NAME;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Return array of the names of all events that this powertoy listens for, with
|
//// Return array of the names of all events that this powertoy listens for, with
|
||||||
// nullptr as the last element of the array. Nullptr can also be retured for empty
|
//// nullptr as the last element of the array. Nullptr can also be retured for empty
|
||||||
// list.
|
//// list.
|
||||||
virtual const wchar_t** get_events() override
|
//virtual const wchar_t** get_events() override
|
||||||
{
|
//{
|
||||||
static const wchar_t* events[] = { nullptr };
|
// static const wchar_t* events[] = { nullptr };
|
||||||
// Available events:
|
// // Available events:
|
||||||
// - ll_keyboard
|
// // - ll_keyboard
|
||||||
// - win_hook_event
|
// // - win_hook_event
|
||||||
//
|
// //
|
||||||
// static const wchar_t* events[] = { ll_keyboard,
|
// // static const wchar_t* events[] = { ll_keyboard,
|
||||||
// win_hook_event,
|
// // win_hook_event,
|
||||||
// nullptr };
|
// // nullptr };
|
||||||
|
|
||||||
return events;
|
// return events;
|
||||||
}
|
//}
|
||||||
|
|
||||||
// Return JSON with the configuration options.
|
// Return JSON with the configuration options.
|
||||||
virtual bool get_config(wchar_t* buffer, int* buffer_size) override
|
virtual bool get_config(wchar_t* buffer, int* buffer_size) override
|
||||||
@@ -149,6 +170,12 @@ public:
|
|||||||
return settings.serialize_to_buffer(buffer, buffer_size);
|
return settings.serialize_to_buffer(buffer, buffer_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Return the non localized key of the powertoy, this will be cached by the runner
|
||||||
|
virtual const wchar_t* get_key() override
|
||||||
|
{
|
||||||
|
return app_key.c_str();
|
||||||
|
}
|
||||||
|
|
||||||
// Signal from the Settings editor to call a custom action.
|
// Signal from the Settings editor to call a custom action.
|
||||||
// This can be used to spawn more complex editors.
|
// This can be used to spawn more complex editors.
|
||||||
virtual void call_custom_action(const wchar_t* action) override
|
virtual void call_custom_action(const wchar_t* action) override
|
||||||
@@ -177,7 +204,7 @@ public:
|
|||||||
{
|
{
|
||||||
// Parse the input JSON string.
|
// Parse the input JSON string.
|
||||||
PowerToysSettings::PowerToyValues values =
|
PowerToysSettings::PowerToyValues values =
|
||||||
PowerToysSettings::PowerToyValues::from_json_string(config);
|
PowerToysSettings::PowerToyValues::from_json_string(config, get_key());
|
||||||
|
|
||||||
// Update a bool property.
|
// Update a bool property.
|
||||||
//if (auto v = values.get_bool_value(L"bool_toggle_1")) {
|
//if (auto v = values.get_bool_value(L"bool_toggle_1")) {
|
||||||
@@ -229,43 +256,43 @@ public:
|
|||||||
return m_enabled;
|
return m_enabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handle incoming event, data is event-specific
|
//// Handle incoming event, data is event-specific
|
||||||
virtual intptr_t signal_event(const wchar_t* name, intptr_t data) override
|
//virtual intptr_t signal_event(const wchar_t* name, intptr_t data) override
|
||||||
{
|
//{
|
||||||
if (wcscmp(name, ll_keyboard) == 0)
|
// if (wcscmp(name, ll_keyboard) == 0)
|
||||||
{
|
// {
|
||||||
auto& event = *(reinterpret_cast<LowlevelKeyboardEvent*>(data));
|
// auto& event = *(reinterpret_cast<LowlevelKeyboardEvent*>(data));
|
||||||
// Return 1 if the keypress is to be suppressed (not forwarded to Windows),
|
// // Return 1 if the keypress is to be suppressed (not forwarded to Windows),
|
||||||
// otherwise return 0.
|
// // otherwise return 0.
|
||||||
return 0;
|
// return 0;
|
||||||
}
|
// }
|
||||||
else if (wcscmp(name, win_hook_event) == 0)
|
// else if (wcscmp(name, win_hook_event) == 0)
|
||||||
{
|
// {
|
||||||
auto& event = *(reinterpret_cast<WinHookEvent*>(data));
|
// auto& event = *(reinterpret_cast<WinHookEvent*>(data));
|
||||||
// Return value is ignored
|
// // Return value is ignored
|
||||||
return 0;
|
// return 0;
|
||||||
}
|
// }
|
||||||
return 0;
|
// return 0;
|
||||||
}
|
//}
|
||||||
|
|
||||||
// This methods are part of an experimental features not fully supported yet
|
//// This methods are part of an experimental features not fully supported yet
|
||||||
virtual void register_system_menu_helper(PowertoySystemMenuIface* helper) override
|
//virtual void register_system_menu_helper(PowertoySystemMenuIface* helper) override
|
||||||
{
|
//{
|
||||||
}
|
//}
|
||||||
|
|
||||||
virtual void signal_system_menu_action(const wchar_t* name) override
|
//virtual void signal_system_menu_action(const wchar_t* name) override
|
||||||
{
|
//{
|
||||||
}
|
//}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Load the settings file.
|
// Load the settings file.
|
||||||
void $safeprojectname$::init_settings()
|
void Espresso::init_settings()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// Load and parse the settings file for this PowerToy.
|
// Load and parse the settings file for this PowerToy.
|
||||||
PowerToysSettings::PowerToyValues settings =
|
PowerToysSettings::PowerToyValues settings =
|
||||||
PowerToysSettings::PowerToyValues::load_from_settings_file($safeprojectname$::get_name());
|
PowerToysSettings::PowerToyValues::load_from_settings_file(Espresso::get_name());
|
||||||
|
|
||||||
// Load a bool property.
|
// Load a bool property.
|
||||||
//if (auto v = settings.get_bool_value(L"bool_toggle_1")) {
|
//if (auto v = settings.get_bool_value(L"bool_toggle_1")) {
|
||||||
@@ -334,5 +361,5 @@ void $safeprojectname$::init_settings()
|
|||||||
|
|
||||||
extern "C" __declspec(dllexport) PowertoyModuleIface* __cdecl powertoy_create()
|
extern "C" __declspec(dllexport) PowertoyModuleIface* __cdecl powertoy_create()
|
||||||
{
|
{
|
||||||
return new $safeprojectname$();
|
return new Espresso();
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <common/common.h>
|
#include <winrt/Windows.Foundation.h>
|
||||||
|
#include <winrt/Windows.Foundation.Collections.h>
|
||||||
#include <ProjectTelemetry.h>
|
#include <ProjectTelemetry.h>
|
||||||
|
#include <shellapi.h>
|
||||||
|
#include <Shlwapi.h>
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
//{{NO_DEPENDENCIES}}
|
||||||
|
// Microsoft Visual C++ generated include file.
|
||||||
|
// Used by Espresso.rc
|
||||||
|
//
|
||||||
|
#define IDS_ESPRESSO_NAME 101
|
||||||
|
|
||||||
|
// Next default values for new objects
|
||||||
|
//
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
|
#define _APS_NEXT_RESOURCE_VALUE 102
|
||||||
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||||
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
||||||
|
#define _APS_NEXT_SYMED_VALUE 101
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user