Currently there is no way to detect which input actions were pressed. We have only inputAction command but here you need to know the name of the action you wish to check. Having command to return currently running input actions would make editing a bit easier.
Name suggestions:
currentActions,inputActions,pressedActions,activeActions
Syntax:
currentActions;//returns array of strings like ["watch"] ,when pressing 2xO ["watchToggle"] and so on. When having mods binded to the same action ["watch","moddedAction1"]
Thank you for consideration.