How to set a button's shortcut?

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

I’m trying to set an InputEventAction as a button’s shortcut, but in-game, it doesn’t seem to respond to it

:bust_in_silhouette: Reply From: dodgyville

In case anyone else comes across this, it is discussed here. BaseButton's Shortcut system doesn't work with InputEventActions · Issue #15979 · godotengine/godot · GitHub

I still did not figure out how to make it work. I used a TouchScreenButton and the action works fine.
I do not have to use the button’s nodes (button_down etc.), right?

mistertabasco | 2020-08-20 08:37