-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem right
Description
What happened?
Both UDF:
NetWebView2Lib/NetWebView2Lib.au3
Line 1337 in 34cd032
| ;~ ConsoleWrite('>> PhysicalKeyStatus=' & $oArgs.PhysicalKeyStatus & @CRLF) ; Gets a CoreWebView2PhysicalKeyStatus representing the information passed in the LPARAM of the window message. ==> ; https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2physicalkeystatus?view=webview2-dotnet-1.0.705.50 |
and Dowload example:
NetWebView2Lib/examples/006-DownloadDemo.au3
Line 111 in 34cd032
| ;~ ConsoleWrite('>> PhysicalKeyStatus=' & $oArgs.PhysicalKeyStatus & @CRLF) ; Gets a CoreWebView2PhysicalKeyStatus representing the information passed in the LPARAM of the window message. ==> ; https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2physicalkeystatus?view=webview2-dotnet-1.0.705.50 |
fires error on $oArgs.PhysicalKeyStatus
What did you expect to happen?
to work with PhysicalKeyStatus
Which steps did you take to reproduce the bug?
STEP 1:
open
006-DownloadDemo.au3
STEP 2:
uncomment
NetWebView2Lib/examples/006-DownloadDemo.au3
Line 111 in 34cd032
| ;~ ConsoleWrite('>> PhysicalKeyStatus=' & $oArgs.PhysicalKeyStatus & @CRLF) ; Gets a CoreWebView2PhysicalKeyStatus representing the information passed in the LPARAM of the window message. ==> ; https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2physicalkeystatus?view=webview2-dotnet-1.0.705.50 |
STEP 3:
run example
STEP 4:
press any key (but not ESC which is already supported)
STEP 5:
notify the console messages
Screenshots
No response
Version
latest version
Older or unknown version?
BETA 2.x
Do you want to work on this issue/fix?
Yes
What system are you running?
- Windows 11 (x64)
- Windows 10 (x64)
- Windows 10 (x86)
- other Windows version
- other operating system
Any additional context?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem right