The star key in the emulator has a scan code of EStdKeyNkpAsterisk value 0133, while on both a Nokia 3650, and 6600 the star key has a scan code of 42. There is not even a definition for 42 in e32keys.h
This means my code has to test the scan code for both values which seems to be a bit ridiculous. Am I missing something? Are other phones consistent with those two Nokias?