There are 2 keys listed
KEY_ENTER = 4 The enter key Since: 1.0.0
KEY_START = 18 The start key Since: 1.1.2
I have been using KEY_ENTER and it works for the 920/VA/F3
then comes the FR630. I had an app ported over to the FR630 and somehow, it is not recognising KEY_ENTER but instead it is using KEY_START (this is for the Right hand side top button)
In the Simulator, the key mapping will come up as KEY_ENTER but on the actual hardware, it comes out as KEY_START
this caused me undue mental anguish in trying to figure out what was happening to the app and why it is not working as expected.
Can I please get some clarity between the KEY_START and KEY_ENTER?
What is the difference and which should be used to START activity recording?
OR.. is the same KEY (Right Top button) being used for 2 different purposes based on context?
eg:
to start an activity, it will be mapped to KEY_START
but when in a MENU, it will be mapped to KEY_ENTER?
how does it work?
Obviously the note in the FR230/235/630 about 1.1.4 apps working on FR630 is not entirely true
Everything built on either 1.1.4 or 1.2.0 will work absolutely perfectly:-p