melody_windows icon indicating copy to clipboard operation
melody_windows copied to clipboard

Unable to type while using UWP apps

Open velkuu opened this issue 1 year ago • 3 comments

Whenever i use a UWP app such as the Microsoft sign in, Xbox,settings and Microsoft store, i am unable to type at all, it will type fine at any other program that is not a UWP application, however nothing registers when using a UWP app

velkuu avatar May 14 '24 20:05 velkuu

what version of Windows is that?

ionuttbara avatar May 25 '24 19:05 ionuttbara

what version of Windows is that?

the latest windows 10 22h2 build

velkuu avatar May 25 '24 20:05 velkuu

looking for issue.

ionuttbara avatar May 26 '24 15:05 ionuttbara

found. change start of Touch Keyboard and Handwriting Panel Service to automatic.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TextInputManagementService]
"Start"=dword:00000002

Windows 11 it uses native input in uwp app. Melody set this service to Manual to gain input latency for windows 11 non touch devices. 😮‍💨 Disabling this service breaks Windows 10 input in uwp. i don't know about this.

ionuttbara avatar May 28 '24 12:05 ionuttbara