fixed a input not registered in osx script editor

This commit is contained in:
toger5 2018-05-11 04:30:05 +02:00
parent 1ec2fa42f8
commit d927e972d1
1 changed files with 1 additions and 1 deletions

View File

@ -2851,7 +2851,7 @@ void TextEdit::_gui_input(const Ref<InputEvent> &p_gui_input) {
}
select_all();
#else
if (k->get_alt()) {
if (k->get_alt() || (!k->get_shift() && !k->get_command() && !k->get_control())) {
scancode_handled = false;
break;
}