Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Hello there,

We are glad to inform you that the latest 2019.19.12 version of the SWAT Framework is out. Below is the list of issues that are part of this release.


Improvements

PriorityKeyAkioma Release Notes
Medium
SWAT-3036

Improvements on navigating between grid records.

Previously:

  • NextWindow = 'alt+up';
  • PreviousWindow = 'alt+down';
  • SwitchSidebarUp = 'ctrl+up';
  • SwitchSidebarDown = 'ctrl+down';

Becomes:
  • NextWindow = 'alt+shift+up';
  • PreviousWindow = 'alt+shift+down';
  • SwitchSidebarUp = 'alt+up';
  • SwitchSidebarDown = 'alt+down';

The newly introduced shortcut in grids is ctrl+up and ctrl+down for navigating between grid records.


Looking forward to hear your feedback.

Thanks,
AKIOMA Team