Table of Contents

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

string

Action

The action this hotkey performs

HotkeyAction Action { get; set; }

Property Value

HotkeyAction

Key

The main key (e.g., 'A', 'F1', 'Escape')

string Key { get; set; }

Property Value

string

Modifiers

Modifier keys (Ctrl, Alt, Shift, Meta)

HotkeyModifiers Modifiers { get; set; }

Property Value

HotkeyModifiers