Compare commits

...

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
9597babcd9 fix(poweraccent): OnKeyUp normal path now returns true to suppress leaked key-up
Agent-Logs-Url: https://github.com/microsoft/PowerToys/sessions/9113f8c0-d30a-49d8-9f53-6d224cee4910

Co-authored-by: MuyuanMS <116717757+MuyuanMS@users.noreply.github.com>
2026-04-29 10:26:46 +00:00
copilot-swe-agent[bot]
767346fa68 Initial plan 2026-04-29 08:49:01 +00:00

View File

@@ -282,6 +282,7 @@ namespace winrt::PowerToys::PowerAccentKeyboardService::implementation
m_hideToolbarCb(InputType::Char);
m_toolbarVisible = false;
return true;
}
}