views:

265

answers:

0

i am making a keyboard c# control.

it has to detect the installed and active keyboard and reproduce it on screen.

i would like to iterate all keys in the currently attached(configured) keyboard, but all solutions i found on this site and on the internet use fixed layouts or a range of fixed layouts

i would like to know which keys-keycodes are available on the current locale keyboard. could you address me to some point ?

thank you