bonjour
j'ai cet input binding
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
  <KeyBinding Command="{Binding NewCommand}"
                    CommandParameter="{Binding ElementName=win}"
                    Modifiers="Ctrl"
                    Key="N" />
j'aimerais bien avoir avec shift control @
mais si je colle
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
  <KeyBinding Command="{Binding NewCommand}"
                    CommandParameter="{Binding ElementName=win}"
                    Modifiers="Shift,Control"
                    Key="@" />
j'ai un plantage ...