Quote:
Originally Posted by twobob
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).