Discard InputEvent or pass to another control

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By nthrack
:warning: Old Version Published before Godot 3 was released.

Hi All,

I’m trying to skip the default shortcuts for a LineEdit.

I would like to, if i press a shortcut like Ctrl-U, Ctrl-A (which are enabled by default for LineEdit control), the control simply skip the event (the opposite of accept_event) or send the event to another control.

Thanks in Advance,
nthrack