Posts Tagged keyboardcontrol
December 11, 2013
To customize the KeyboardControl keys layout you have to define your own layout which is fairly easy and done using code. Below is the method which creates default keyboard. Use it and modify it to suit your need and then assign result of it to keyboardControl.Keyboard property. C# public static Keyboard CreateDefaultKeyboard() { Keyboard keyboard […]
+