keyboard: Add missing setter
We override the :visible property for the keyboard actor, but don't provide a corresponding setter. The property is therefore read-only on the javascript level, and any attempt to set it will fail.
Fixes #2691 (closed)
Edited by Florian Müllner