![]() |
MKI_KeyIsCtrl* (Keys) New in Version 2025.0 |
www.CAD6.com |
C++ Syntaxbool MKI_KeyIsCtrl*( WPARAM f_wParam, LPARAM f_lParam );
with * being a placeholder for any character in the range of A to Z.
Returns true if the given parameters of the MW_KEY* message correspond to a "Ctrl+X" key combination, whereas X is the final character in the functions name, such as 'A' in MKI_KeyIsCtrlA().
Parametersf_wParam [WPARAM] Original WPARAM of the window callback procedure that processes the MW_KEY* message. f_lParam [LPARAM] Original LPARAM of the window callback procedure that processes the MW_KEY* message.
ParametersStandard uses for these key combinations in the application or in specific dialogs are:
Strg+A: Add / Redo / Select All Strg+B: Backup Strg+C: Copy Strg+D: - none - Strg+E: Edit / Export Strg+F: Find Text Strg+G: - none - Strg+H: - none - Strg+I: Information / Import Strg+J: Edit Properties Strg+K: Edit Block Header Strg+L: Save All Strg+M: Find Properties Strg+N: New Strg+O: Open Strg+P: Print Strg+Q: - none - Strg+R: Replace Strg+S: Save Strg+T: Activate Strg+U: - none - Strg+V: Paste Strg+W: - none - Strg+X: Cut / Delete Strg+Y: - none - Strg+Z: Undo
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH