} //used to Expand all categories bool DetectKeyCombo_Alt_C() { return(QUI.DetectKeyUpCombo(Event.current, EventModifiers.Alt, KeyCode.C)); } //used to Collapse all categories
} //used to Toggle Search bool DetectKeyCombo_Alt_N() { return(QUI.DetectKeyUpCombo(Event.current, EventModifiers.Alt, KeyCode.N)); } //used to Toggle New Item creation
} //used to Toggle New Item creation bool DetectKeyCombo_Alt_E() { return(QUI.DetectKeyUpCombo(Event.current, EventModifiers.Alt, KeyCode.E)); } //used to Expand all categories
bool DetectKeyCombo_Alt_S() { return(QUI.DetectKeyUpCombo(Event.current, EventModifiers.Alt, KeyCode.S)); } //used to Toggle Search