Hello Paul,
This issue maybe related to Windows Power Throttling affecting WebView2 or other background processes. First I would recommend disable the Power Throttlin
Open regedit as Administrator and navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerThrottling
Inside it, create a DWORD (32-bit) Value named PowerThrottlingOff and set its value to 1 so we could turn off the Power Throttling.
You can also check your USB devices in Device Manager. Under USB controllers, open the relevant USB Root Hub/USB Hub properties and, where the Power Management tab is available, disabling Allow the computer to turn off this device to save power.
After rebooting, test whether the keyboard/input issue still occurs then let me know.