Ctrl+Alt+<Key> event handler...?

 

Hello folks, I have read the article:

https://www.mql5.com/en/docs/constants/chartconstants/enum_chartevents

on how to work with keyboard event handlers, but I would like to know how to work with keyboard event handlers in the form: Ctrl+Alt+<Key>?


Thanks in adavance, Cyberglassed.

Documentation on MQL5: Standard Constants, Enumerations and Structures / Chart Constants / Types of Chart Events
Documentation on MQL5: Standard Constants, Enumerations and Structures / Chart Constants / Types of Chart Events
  • www.mql5.com
Standard Constants, Enumerations and Structures / Chart Constants / Types of Chart Events - Documentation on MQL5
 
cyberglassed:

Hello folks, I have read the article:

https://www.mql5.com/en/docs/constants/chartconstants/enum_chartevents

on how to work with keyboard event handlers, but I would like to know how to work with keyboard event handlers in the form: Ctrl+Alt+<Key>?


Thanks in adavance, Cyberglassed.

https://www.mql5.com/en/forum/5352 but the code supplied is bugged. Anyway the method is good, you have to catch the 3 keys separately.
 
angevoyageur:
https://www.mql5.com/en/forum/5352 but the code supplied is bugged. Anyway the method is good, you have to catch the 3 keys separately.
thank you angevoyageur!
 

The result of executing such code.


Библиотеки: Keyboard - Клавиатура может быть полезна в боевых советниках.
Библиотеки: Keyboard - Клавиатура может быть полезна в боевых советниках.
  • 2024.02.26
  • www.mql5.com
Как в MQL5 сделать возобновление работы советника после паузы. Для контроля состояния всех советников терминала использую. Сбор по горячей клавише всей информации по запущенным советникам. По горячей клавише проход по всем советникам с проверкой
Reason: