Posted 18 years ago
by MichaelEhlert
-
Boll und Partner Software GmbH

Hi everybody,
i have a custom command assigned with
InputGestureCollection igc = new InputGestureCollection();
igc.Add(new KeyGesture(Key.P, ModifierKeys.Control | ModifierKeys.Shift));
applicationPrintSelect = new RibbonCommand("ApplicationPrintSelect", typeof(Ribbon), "PrintSelect", null, "/Images2/Print32.png", "Auswahl anzeigen", igc);
The screen tip shows Ctrl+Shift+P as keyboard shortcut instead of Strg+Umsch+P (the German key description). Input gestures for ApplicationCommands are shown in the language specific description. Anything i can do?
Michael
i have a custom command assigned with
InputGestureCollection igc = new InputGestureCollection();
igc.Add(new KeyGesture(Key.P, ModifierKeys.Control | ModifierKeys.Shift));
applicationPrintSelect = new RibbonCommand("ApplicationPrintSelect", typeof(Ribbon), "PrintSelect", null, "/Images2/Print32.png", "Auswahl anzeigen", igc);
The screen tip shows Ctrl+Shift+P as keyboard shortcut instead of Strg+Umsch+P (the German key description). Input gestures for ApplicationCommands are shown in the language specific description. Anything i can do?
Michael