I need to add set of keys to the keybinding in wpf. So any ways of adding list of key bindings in a one place or best practises ?
eg-
<KeyBinding Key={Binding Converter={StaticResource converter},Command="{Binding MyCommand}"}
I need to add set of keys to the keybinding in wpf. So any ways of adding list of key bindings in a one place or best practises ?
eg-
<KeyBinding Key={Binding Converter={StaticResource converter},Command="{Binding MyCommand}"}