Page tree

Versions Compared

Key

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

...

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


Improvements

PriorityKeyAkioma Release Notes
MediumImage Modified
SWAT-3036

Improvements on navigating between grid records.

Previously:

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

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.

...