One of the reasons Construct's behavior's default controls use arrow keys is because they are consistent across keyboard layouts.
If you want WASD-style controls, it might be possible to just implement all controls (e.g. both W and Z are up, A and Q are left) and so the first thing people reach for will work - but I'm not sure if there are conflicts if you take in to account other keyboard layouts, especially if you use other keys.