I've never used the keyboard movement module, but you can achieve what you're trying to do easily enough by using standard AGS commands:
Code: ags
if ((IsKeyPressed(eKeyUpArrow) == true) || (IsKeyPressed(eKeyW) == true))