IKeyboardShortcut public interface IKeyboardShortcut Documentation bool Alt { get; set; } bool Ctrl { get; set; } int ID { get; set; } int Key { get; set; } bool Shift { get; set; }