Initially I had some trouble executing quarter circles, half circles and such
I almost given up and considered it a pain
But it turns out it's pretty simple, perhaps even more so than in a controllers
The problem is that I was trying to pull them off like I did in controllers, by trying to hit all those keys (including diagonals) in a fast sequence or by doing slide inputs
However I think the input reader for keyboards must be different as the process is far more simple
For example:
> : followed by
+ : at the same time
Take an half circle
At first, I tried to do it like this: A > A+S > S > S+D > D
Which technically speaking is the way you do it on a controller, either with the analog stick or by doing a slide input in the D-Pad
However, on keyboard you can perform it like this: A > S > D
It's this simple
It's like on keyboard the input reader does those diognals for you
Something like: A > A+S > S > S+D
On keyboard somehow became: A > S+D
"So you can't do a Dragon Punch input, because you have to finish it in a diagonal"
No I can and again it's super simple
Just hit: D > S > D
It's so easy that for the first time I can perform more than 3 consecutive "Wind God/Hook Fist" without any effort
Full circles though are still hard, as I have to hit A>S>D>W>A very fast...