My WPF application handles keyboard presses and specifically the # and * character as it is a VoIP phone.
I have a bug though with international keyboards, and in pa
I found a helpful solution in this post: http://www.codewrecks.com/blog/index.php/2008/05/06/wpf-convert-systemwindowsinputkey-to-char-or-string-2/
There is another event TextInput or PreviewTextInput which gives the character as string instead of the Key :).
TextInput
PreviewTextInput