How can I use kotkeys in my plugin code?
Created at 26 Dec 2024, 16:44
CT
How can I use kotkeys in my plugin code?
26 Dec 2024, 16:44
Hi Guys,
How can I use hotkeys in my code in my plugin? Normally in my bots I use Chart.AddHotkey but it's not available in the plugin API..
Thanks D.
Replies
ctid5137747
27 Dec 2024, 14:55
RE: How can I use kotkeys in my plugin code?
PanagiotisCharalampous said:
Hi there,
Here you go
(ChartManager.ActiveFrame as ChartFrame).Chart.AddHotkey()
Best regards,
Panagiotis
Thanks a lot, it works ;-)
@ctid5137747
ctid5137747
27 Dec 2024, 14:55
RE: How can I use kotkeys in my plugin code?
PanagiotisCharalampous said:
Hi there,
Here you go
(ChartManager.ActiveFrame as ChartFrame).Chart.AddHotkey()
Best regards,
Panagiotis
Thanks a lot, it works ;-)
@ctid5137747
PanagiotisCharalampous
27 Dec 2024, 08:47
Hi there,
Here you go
Best regards,
Panagiotis
@PanagiotisCharalampous