pressing the keys

I want the “Front Kick” to execute when I press Wkey + Right mouse button. But how do I do it?

You just have to add two sensors to your object (one for Right Mouse Button and one for the W Key) and connect them to the same controller. Your controller can be a AND if you want to build your kick with actuators, or it can be a Python script.