SOLUTION: In order to change the key bindings, you have to edit both the .ini in text editor, and the .cs in an editor such as notepad++. The key bindings are for C#, very intuitive. Change your .ini to the keys you want, ex: 'Spotlight Up= NumPad8'(case sensitive) and so on(reference sheet in the author's OP)... then go into your .cs file and search for 'Settings.getvaluekey'... there you will find the I,J,K, and L controls. Change them to the appropriate numpad inputs as well and viola!