views:

26

answers:

0

Sorry for my weak English

What I'm trying to do is to add the feature of press shortcut key to toggle show/hide program I've been searching how to do that and find http://stackoverflow.com/questions/1639331/using-global-keyboard-hook-wh-keyboard-ll-in-wpf-c --> http://gist.github.com/471698 which help me out. (Thank You everyone in there)

Thing is going very great but then I found out a problem.

When I use the key hook code provide in the link I cannot Change My Language using the Key (ALT + SHIFT) All other key is working fine I can even set (ALT+F4 in my program shortcut) and use it (in desktop it pop window shutdown and my program up)

I try to understand the code but it seem impossible to debug and my knowledge is limited

Can someone please enlighten me through this thing. If that not possible I guess I will just disable the ALT for shortcut key

Thank You for reading. (First post on stackoverflow, I try to comment in that questions but I can't seem to find any button)