Hi creativeint,
When viewing source of your site, keyboard module does not appear because when you created module which may missed something.
Please try to go to administrator -> Global Configuration -> Site set “Default Editor” as “Editor None”.
Open keyboard module and add code:
[PHP]
<div class=”ja-keyboard-btns clearfix”>
<a href=”#” title=”Up” class=”ja-keyboard-up” tabindex=”-1″><i class=”icon-caret-up”></i></a>
<a href=”#” title=”right” class=”ja-keyboard-right” tabindex=”-1″><i class=”icon-caret-right”></i></a>
<a href=”#” title=”Down” class=”ja-keyboard-down” tabindex=”-1″><i class=”icon-caret-down”></i></a>
<a href=”#” title=”Left” class=”ja-keyboard-left” tabindex=”-1″><i class=”icon-caret-left”></i></a>
<a href=”#” title=”Backward” class=”ja-keyboard-playback” tabindex=”-1″><i class=”icon-step-backward”></i></a>
</div>
[/PHP]
If error still persists, pls send PM to me with url & admin access of your site. I’ll add it for you.
Regards