Interface IHotkey
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
public interface IHotkey
Properties
AcceleratorKey
The original accelerator string
string AcceleratorKey { get; }
Property Value
Action
The action this hotkey performs
HotkeyAction Action { get; set; }
Property Value
Key
The main key (e.g., 'A', 'F1', 'Escape')
string Key { get; set; }
Property Value
Modifiers
Modifier keys (Ctrl, Alt, Shift, Meta)
HotkeyModifiers Modifiers { get; set; }