fn is_alt_shift_c_combination(key_event: &KEY_EVENT_RECORD) -> bool
Checks if a key event represents the Alt+Shift+C combination.
key_event
true if the key event represents Alt+Shift+C, false otherwise.
true
false