Confirm code completion with numpad key ENTER
(cherry picked from commit e9f9e00bd9
)
This commit is contained in:
parent
37fc61f986
commit
1a53c4d3c2
1 changed files with 1 additions and 1 deletions
|
@ -1768,7 +1768,7 @@ void TextEdit::_input_event(const InputEvent& p_input_event) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (k.scancode==KEY_RETURN || k.scancode==KEY_TAB) {
|
||||
if (k.scancode==KEY_ENTER || k.scancode==KEY_RETURN || k.scancode==KEY_TAB) {
|
||||
|
||||
_confirm_completion();
|
||||
accept_event();
|
||||
|
|
Loading…
Reference in a new issue