File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,8 @@ EndFunc ;==>__UserEventHandler__OnDownloadStateChanged
101101
102102Func __UserEventHandler__OnAcceleratorKeyPressed($oWebV2M , $hGUI , $oArgs )
103103 $hGUI = HWnd (" 0x" & Hex ($hGUI , 16 ))
104- Local Const $s_Prefix = " [USER:EVENT: OnAcceleratorKeyPressed]: GUI:" & $hGUI & " ARGS: " & ((IsObj ($oArgs )) ? (' OBJECT' ) : (' ERRROR' ))
104+ Local Const $sArgsList = ' [Handled=' & $oArgs .Handled & ' ; KeyEventKind=' & $oArgs .KeyEventKind & ' ; KeyEventLParam=' & $oArgs .KeyEventLParam & ' ; VirtualKey=' & $oArgs .VirtualKey & ' ]'
105+ Local Const $s_Prefix = " [USER:EVENT: OnAcceleratorKeyPressed]: GUI:" & $hGUI & " ARGS: " & ((IsObj ($oArgs )) ? ($sArgsList ) : (' ERRROR' ))
105106
106107; ~ https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2acceleratorkeypressedeventargs?view=webview2-dotnet-1.0.705.50
107108 ConsoleWrite ($oArgs .Handled & @CRLF ) ; Indicates whether the AcceleratorKeyPressed event is handled by host.
You can’t perform that action at this time.
0 commit comments