handleShiftTab method

bool handleShiftTab()

Implementation

bool handleShiftTab() {
  document.saveState(description: 'Outdent');
  executeHandleTab(document, shift: true);
  return true;
}