mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 04:05:55 +03:00
[PR #158] Add hotkey support #193
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/clechasseur/pathcopycopy/pull/158
Author: @samrussell
Created: 10/19/2022
Status: 🔄 Open
Base:
default← Head:default📝 Commits (7)
329c148Add hotkey handler to project0cd4bfcAdd shlwapi to all configs45fdcd3Inherit dependencies when linking1a2b568Make hotkey handler run on startup824bf56Statically link runtimes2adcfbdFix bug with COM interface and loading extensions9c5c62fFix installer bug📊 Changes
14 files changed (+700 additions, -157 deletions)
View changed files
📝
Installer/Setup.iss(+6 -0)📝
PathCopyCopy.sln(+116 -106)➕
PathCopyCopyHotkeyHandler/PathCopyCopyHotkeyHandler.cpp(+239 -0)➕
PathCopyCopyHotkeyHandler/PathCopyCopyHotkeyHandler.h(+3 -0)➕
PathCopyCopyHotkeyHandler/PathCopyCopyHotkeyHandler.ico(+0 -0)➕
PathCopyCopyHotkeyHandler/PathCopyCopyHotkeyHandler.rc(+0 -0)➕
PathCopyCopyHotkeyHandler/PathCopyCopyHotkeyHandler.vcxproj(+180 -0)➕
PathCopyCopyHotkeyHandler/PathCopyCopyHotkeyHandler.vcxproj.filters(+49 -0)➕
PathCopyCopyHotkeyHandler/Resource.h(+30 -0)➕
PathCopyCopyHotkeyHandler/framework.h(+20 -0)➕
PathCopyCopyHotkeyHandler/small.ico(+0 -0)➕
PathCopyCopyHotkeyHandler/targetver.h(+6 -0)📝
Schemas/PipelinePluginCollection.xsd(+23 -23)📝
Schemas/SoftwareUpdates.xsd(+28 -28)📄 Description
This adds the hotkey CTRL+ALT+C to load the path for a file currently selected in an explorer window.
Initial implementation of #3
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.