Programmable Mouse Buttons

 

Hi, this is my first time here and I just wanted to ask whether it's possible to program my additional mouse buttons to do some navigation functions like switching to different chart profiles forward and backward?


Thank you!

 
There are mouses which offer programmable buttons specifically for the actual used application. This way you can set shortcut keys (or even little sequences of them) of the terminal or editor. Same exists for keyboards.
 
migovillenas:

Hi, this is my first time here and I just wanted to ask whether it's possible to program my additional mouse buttons to do some navigation functions like switching to different chart profiles forward and backward?


Thank you!

you have to use thiss functions:

1. crating a button and use OnChartEvent() to control clicking on it

2. and use this line code to bring up next chart

 ChartSetInteger(ChartNext(),CHART_BRING_TO_TOP,0,true);
 
Faeze Bakhshayesh:

you have to use thiss functions:

1. crating a button and use OnChartEvent() to control clicking on it

2. and use this line code to bring up next chart

Your reply has nothing to do with the OP's question.