Shortcuts for script switching in script Mode

This commit is contained in:
Daniel J. Ramirez
2016-06-25 19:02:17 -05:00
parent 620da09b87
commit 8f259ff5ca
3 changed files with 24 additions and 1 deletions

View File

@@ -1973,6 +1973,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;