Thread: Coolreader
View Single Post
Old 03-17-2011, 02:32 PM   #62
reader42
Zealot
reader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it is
 
Posts: 117
Karma: 2097
Join Date: Feb 2010
Device: none
Quote:
Originally Posted by Roos View Post
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
reader42 is offline   Reply With Quote