Searched refs:forbidValue (Results 1 – 1 of 1) sorted by relevance
1681 const std::set<char> forbidValue{'X', 'Y', 'Z', 'A', 'C', 'V'}; in IsSystemKeyboardShortcut() local1683 if (forbidValue.count(c) == 0) { in IsSystemKeyboardShortcut()