Merge pull request #5419 from djrm/shortcuts

Shortcuts for script switching in script Mode
This commit is contained in:
Rémi Verschelde 2016-06-30 08:04:26 +02:00 committed by GitHub
commit da2f7e3c38
3 changed files with 24 additions and 1 deletions

View file

@ -1978,6 +1978,7 @@ void TextEdit::_input_event(const InputEvent& p_input_event) {
}
} break;
case KEY_TAB: {
if (k.mod.command) break; // avoid tab when command
if (readonly)
break;