ionuttbara / melody_windows

Melody Optimization Script for Windows
214 stars 17 forks source link

Unable to type while using UWP apps #28

Closed kops1330 closed 5 months ago

kops1330 commented 6 months ago

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

ionuttbara commented 6 months ago

what version of Windows is that?

kops1330 commented 6 months ago

what version of Windows is that?

the latest windows 10 22h2 build

ionuttbara commented 5 months ago

looking for issue.

ionuttbara commented 5 months ago

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.