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