View Single Post
Old 10-13-2013, 06:00 AM   #35
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 405
Karma: 2330752
Join Date: May 2012
Device: kt
Quote:
Originally Posted by twobob View Post
perhaps the sentinel script can be extended to support keyboard toggling in the very near future...
You could easily take over KT button for that. In rc.lua it is currently mapped to handleHomeKeyDown and handleHomeKeyUp functions. Replace it with show/hide keyboard function. In the same script there examples how to do that with lipcH:set_string_property() function. You could check the current state of keyboard with keyboard_is_visible() function.

You can also implement your sentinel in functions handling button (touchscreen) presses (in the same rc.lua).

Last edited by baf; 10-13-2013 at 06:05 AM.
baf is offline   Reply With Quote