Confirm code completion with numpad key ENTER
This commit is contained in:
parent
6d5d23fa8d
commit
e9f9e00bd9
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