Quote:
|
Only one problem- it doesn't detect the arrow keys for 'I,J,K,L'- any solutions? lol
|
Again, assuming I'm understanding what you're trying to do, then the solution I posted above should work if you just add to the array. The array I posted will only read the directional keys since I just made a quick model but you can add the keycodes for 'i, j, k, l' and give them the same numbers as the directionals (0, 1, 2, 3), which should return 'Up, Left, Down, Right' or whatever when you press those keys.