|
strong |
Specifies combinations of modifier and console keys that can interrupt the current process.
Enumerator | |
---|---|
control_break | The console_modifiers::control modifier key plus the BREAK console key. |
control_c | The console_modifiers::control modifier key plus the console_key C console key. |
control_backslash | The console_modifiers::control modifier key plus the console_key \ console key. |
control_z | The console_modifiers::control modifier key plus the console_key Z console key. |