Shortcuts for script switching in script Mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user