What is the keyboard shortcut to close the form (Tab display mode) ?

Hi Community,   While we use normal windows display mode. we can easily close the form using Ctrl + W keyboard shortcut. Now. we decide to use Tab display mode. we cannot close the Form Tab using Ctrl + W. Is  there another keyboard shortcut to close the form ? or How to configure to close form tab using keyboard shortcut ?   Thanks in advance, Myo Thet
  • Hello, The Ctrl + W shortcut is not part of the standard Innovator functionality. It is an option that is supported by most browsers by default. It is possible to add in your own keyboard shortcuts assuming that you're using a version of Innovator after 11.0 SP7. You can take a look at this blog post for more information on how to accomplish this. Instead of the code in the blog post, you'll want your method that runs on keyboard shortcut to look something like below.
    // Get the ID of the item
    var id = parent.itemID;
    // Close this window
    aras.uiCloseWindowEx(id);
    Chris
    Christopher Gillis Aras Labs Software Engineer