Multiple Keybinding to a single command

Posted by Veer on Stack Overflow See other posts from Stack Overflow or by Veer
Published on 2010-04-17T21:02:13Z Indexed on 2010/04/17 21:03 UTC
Read the original article Hit count: 244

Filed under:
|
|

My window has just a listview. This facilitates the users to incremental search the db. Since the design does not have a textbox, i've to globally handle the keys. I think it could be achieved by keybinding. But how can i handle all the keys and associate it to a single command.

Also suggest me other methods if any.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about c#