How can I disable all terminal hotkeys?

 
How can I disable all terminal hotkeys? I want to use multiple hotkeys for my EA.

I have already used:

ChartSetInteger(0, CHART_QUICK_NAVIGATION, false);
ChartSetInteger(0, CHART_KEYBOARD_CONTROL, false);

but this only affects hotkeys within the chart. At the terminal level, I don’t know how to disable them.

Please help me.
 
Luu Tuan TrungHow can I disable all terminal hotkeys? 
Not possible.
 

William is right, it’s not possible to disable terminal-level hotkeys from MQL5. The client itself controls them.

The best you can do is pick key combinations for your EA that don’t conflict with built-in shortcuts.