Hi,
I am currently using Amibroker Version 6.93 on Windows 11. I have just upgraded my OS from Windows 10 to Windows 11. Amibroker is not freshly installed on Windows 11 though.
Almost all the functionality that I use is working except for the custom keyboard shortcuts that I have assigned to "User Defined Tools" under Tools Menu.
As explained here, I have written the below code, saved it as "Stage2-Simple.js" under "C:\Program Files\AmiBroker\Scripts".
var FilePath = "c:\\Program Files\\AmiBroker\\Layouts\\Stage2-Simple.awl";
App = new ActiveXObject("Broker.Application");
App.LoadLayout( FilePath );
Then, I have assigned keyboard shortcut to the script under "Keyboard" option as shown below.
This setup was helping me in changing layouts without any issues under Windows 10 however after upgrading to Windows 11, this keyboard shortcut is not working, instead Amibroker is opening the script in VSCode (this is my default editor).
Please advise how to make these keyboard shortcuts work. Thanks in advance.