// accepts(RawKeyEvent event, RawKeyboard state) -> bool
// Whether the triggering event and the keyboard state at the time of the event meet required conditions, providing that the event is a triggering event.
//
// debugDescribeKeys() -> String
// Returns a description of the key set that is short and readable.
pub struct ShortcutActivator;