Searched defs:KeyboardShortcut (Results 1 – 1 of 1) sorted by relevance
41 struct KeyboardShortcut { struct44 std::function<void()> onKeyboardShortcutAction = nullptr; argument45 bool IsEqualTrigger(const KeyboardShortcut& other) in IsEqualTrigger() argument