Skip to content

Add global hotkey support#143

Merged
PrzemyslawKlys merged 2 commits intov2-speedygonzalesfrom
implement-hotkeyservice-with-cmdlets
Jul 14, 2025
Merged

Add global hotkey support#143
PrzemyslawKlys merged 2 commits intov2-speedygonzalesfrom
implement-hotkeyservice-with-cmdlets

Conversation

@PrzemyslawKlys
Copy link
Copy Markdown
Member

Summary

  • create HotkeyService for global hotkeys
  • expose Register-DesktopHotkey and Unregister-DesktopHotkey cmdlets
  • add tests for hotkeys and cmdlet exports

Testing

  • dotnet build Sources/DesktopManager.sln -c Debug -p:XmlDoc2CmdletDocStrict=false
  • dotnet test Sources/DesktopManager.Tests/DesktopManager.Tests.csproj -c Release -f net8.0 --no-build
  • pwsh -NoLogo -Command "Invoke-Pester -Configuration @{ Run = @{ Path = 'Tests' } }"

https://chatgpt.com/codex/tasks/task_e_68756079cdb4832ebd2f4a358789ac43

@PrzemyslawKlys PrzemyslawKlys merged commit 77d0590 into v2-speedygonzales Jul 14, 2025
3 checks passed
@PrzemyslawKlys PrzemyslawKlys deleted the implement-hotkeyservice-with-cmdlets branch July 14, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant