HookKeys typedef

HookKeys = List<Object?>

Standard type for keys used in KeyedHook and other hooks.

Hooks that take

Implementation

typedef HookKeys = List<Object?>;