Skip to content

Commit 2dd5f45

Browse files
authored
Merge pull request #5373 from MicrosoftDocs/drewbat/copilot-button-wparam-2025-04-29
Fixing bug in code snippet
2 parents 48861c7 + ffbf1e6 commit 2dd5f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/develop/windows-integration/copilot-key-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To add support for fast path invocation, update the "com.microsoft.windows.copil
168168
Description="App description"
169169
PublicFolder="Public">
170170
<uap3:Properties>
171-
<SingleTap FastPathValue="0"/>
171+
<SingleTap MessageWParam="0"/>
172172
<PressAndHoldStart MessageWParam="1">myapp-copilothotkey://?state=Down</PressAndHoldStart>
173173
<PressAndHoldStop MessageWParam="2">myapp-copilothotkey://?state=Up</PressAndHoldStop>
174174
</uap3:Properties>

0 commit comments

Comments
 (0)