Merge pull request #5419 from djrm/shortcuts
Shortcuts for script switching in script Mode
This commit is contained in:
commit
da2f7e3c38
3 changed files with 24 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue