Quote:
Originally Posted by arooni
Looks like the basic next page are automatically supported, but would love to be able to map the spen to more features. Unfortunately I couldn't seem to make any other gestures generate key codes in koreader
|
We log every keycode that reachs the app, so that means the S-Pen doesn't send them. There's an SDK in
https://developer.samsung.com/galaxy.../overview.html. Sadly (or happily?) these SDKs are incompatible with the license of KOReader, so there's no way to integrate them, even if possible.
Quote:
Originally Posted by arooni
Still though this is about as lazy as it gets, the only way I could be lazier is to have a voice interface to say next page etc or have someone turn the page for me 
|
Also possible for Play Store apps with certain Google API's. Can't integrate them either.
People that want these kind of "special features" can tinker a bit with an arduino or similar board, using a bluetooth library, and create their own HID devices, with all sorts of custom stuff.