uwpkeyboardkeyboard-layoutinputscopesoft-input-panel

How to specify classic key board layout in UWP app


I want to specify classic touch keyboard layout(one with number bar on top) in login page of my UWP app. enter image description here

I understand that it can be done by specifying InputScope="NameOrPhoneNumber" etc.
Reference https://learn.microsoft.com/en-us/windows/apps/design/input/use-input-scope-to-change-the-touch-keyboard

My question is what InputScopeNameValue should I used to get classic keyboard.
Tried AlphanumericFullWidth (41) which is the logical option, but it does not work.

#Edit : Attaching keyboard layout enter image description here


Solution

  • I have to say that you can't set the keyboard style programmatically from your app. This is a setting inside the keyboard itself and it is controlled by the system.