Numeric numpad keys sill implicitly behave as numbers wich make them useless to remap.
However, arrow keys can be remap now, so the fix is in progress !
Thank you, Larian.

If you can't wait the final fix,
you could install AutoHokey,
and make a very simple script in order to remap numeric numpad keys :

Numpad0::a
Numpad1::c
Numpad2::s
Numpad3::x
Numpad4::q
Numpad5::m
Numpad6::d
Numpad7::t
Numpad8::z
Numpad9::b

Adjust the script to your needs or remap alpha keys in the game.
Save the text file with .ahk extension.
Run the script as administrator.
Enjoy the magic !






Last edited by Ludozer; 11/07/14 09:38 AM. Reason: Typo