Quote:
Originally Posted by Roos
What i am missing is a key_home for the home button on the 90x
and the 2 + / - buttons under the volume ones (or above?)
|
The key definitions are from the old SDK, so I would not be surprised, if some keys on the new models are missing. But there is any easy way to find out:
Open a book and press the buttons and close it.
The connect the reader to the PC and check the log-file.
Search for something like:
Code:
TRACE EVT_KEYRELEASE
If two lines down something like "Accelerator applied" occurs, it was a key which is already mapped to an action.
If something like "Accelerator not found" or something similar (I don't have a file to check right now) appears, you have found the new key.
All you have to do now, is define it in keydefs.ini with the number behind EVT_KEYRELEASE and map it in keymaps.ini
And of course post the result here