Normal
I think I see the Problem.As I expected, if a binding has multiple keys, like "Ctrl + G", then it is activated if one of the keys is pressed.By this, all keys which have "Ctrl" in it will start the Action.At the current design this is not necessary, since I can create multiple bindings for one Action if I want to.SO I would Change the behavior to: All keys must be pushed to execute the Action.
I think I see the Problem.
As I expected, if a binding has multiple keys, like "Ctrl + G", then it is activated if one of the keys is pressed.
By this, all keys which have "Ctrl" in it will start the Action.
At the current design this is not necessary, since I can create multiple bindings for one Action if I want to.
SO I would Change the behavior to: All keys must be pushed to execute the Action.